Skip to main content

@terascope/data-mate / transforms/helpers

transforms/helpers

Index

Classes

ClassDescription
VariableState-

Interfaces

InterfaceDescription
xLuceneQueryResult-

Type Aliases

CreateJoinQueryOptions

CreateJoinQueryOptions: object

Type declaration

fieldParams?

optional fieldParams: Record<string, string>

joinBy?

optional joinBy: JoinBy

typeConfig?

optional typeConfig: xLuceneTypeConfig

variables?

optional variables: AnyObject

Source

data-mate/src/transforms/helpers.ts:26


JoinBy

JoinBy: "AND" | "OR"

Source

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

Functions

toXluceneQuery()

toXluceneQuery(input, options): xLuceneQueryResult

Parameters

ParameterType
inputAnyObject
optionsCreateJoinQueryOptions

Returns

xLuceneQueryResult

Source

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