Skip to main content

@terascope/data-mate / data-frame/search/buildMatcherForNode

data-frame/search/buildMatcherForNode

Functions

buildMatcherForNode()

buildMatcherForNode(dataFrame, typeConfig, variables): (node) => MatchRowFn

This builds a matcher for particular node, when this is called it creates a curried function that will conditionally call each function

Parameters

ParameterType
dataFrameDataFrame<any>
typeConfigxLuceneTypeConfig
variablesxLuceneVariables

Returns

Function

Parameters
ParameterType
nodeNode
Returns

MatchRowFn

Source

data-mate/src/data-frame/search/buildMatcherForNode.ts:21