@terascope/data-mate / transforms/helpers
transforms/helpers
Index
Classes
Class | Description |
---|---|
VariableState | - |
Interfaces
Interface | Description |
---|---|
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
Parameter | Type |
---|---|
input | AnyObject |
options | CreateJoinQueryOptions |