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:26

Type declaration

fieldParams?

optional fieldParams: Record<string, string>

joinBy?

optional joinBy: JoinBy

typeConfig?

optional typeConfig: xLuceneTypeConfig

variables?

optional variables: AnyObject


JoinBy

JoinBy: "AND" | "OR"

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

Functions

toXluceneQuery()

toXluceneQuery(input, options): xLuceneQueryResult

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

Parameters

ParameterType
inputAnyObject
optionsCreateJoinQueryOptions

Returns

xLuceneQueryResult