@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: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
Parameter | Type |
---|---|
input | AnyObject |
options | CreateJoinQueryOptions |