@terascope/data-mate / transforms/helpers
transforms/helpers
Classes
| Class | Description |
|---|---|
| VariableState | - |
Interfaces
| Interface | Description |
|---|---|
| xLuceneQueryResult | - |
Type Aliases
CreateJoinQueryOptions
CreateJoinQueryOptions =
object
Defined in: data-mate/src/transforms/helpers.ts:20
Properties
fieldParams?
optionalfieldParams:Record<string,string>
Defined in: data-mate/src/transforms/helpers.ts:22
joinBy?
optionaljoinBy:JoinBy
Defined in: data-mate/src/transforms/helpers.ts:23
typeConfig?
optionaltypeConfig:xLuceneTypeConfig
Defined in: data-mate/src/transforms/helpers.ts:21
variables?
optionalvariables: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
| Parameter | Type |
|---|---|
input | Record<string, any> |
options | CreateJoinQueryOptions |