Skip to main content

@terascope/data-mate / transforms/helpers

transforms/helpers

Classes

ClassDescription
VariableState-

Interfaces

InterfaceDescription
xLuceneQueryResult-

Type Aliases

CreateJoinQueryOptions

CreateJoinQueryOptions = object

Defined in: data-mate/src/transforms/helpers.ts:20

Properties

fieldParams?

optional fieldParams: Record<string, string>

Defined in: data-mate/src/transforms/helpers.ts:22

joinBy?

optional joinBy: JoinBy

Defined in: data-mate/src/transforms/helpers.ts:23

typeConfig?

optional typeConfig: xLuceneTypeConfig

Defined in: data-mate/src/transforms/helpers.ts:21

variables?

optional variables: Record<string, any>

Defined in: data-mate/src/transforms/helpers.ts:24


JoinBy

JoinBy = "AND" | "OR"

Defined in: data-mate/src/transforms/helpers.ts:13

Functions

toXluceneQuery()

toXluceneQuery(input, options): xLuceneQueryResult

Defined in: data-mate/src/transforms/helpers.ts:127

Parameters

ParameterType
inputRecord<string, any>
optionsCreateJoinQueryOptions

Returns

xLuceneQueryResult