@terascope/data-mate / data-frame/search/buildMatcherForNode
data-frame/search/buildMatcherForNode
Functions
buildMatcherForNode()
buildMatcherForNode(
dataFrame,typeConfig,variables): (node) =>MatchRowFn
Defined in: data-mate/src/data-frame/search/buildMatcherForNode.ts:21
This builds a matcher for particular node, when this is called it creates a curried function that will conditionally call each function
Parameters
| Parameter | Type |
|---|---|
dataFrame | DataFrame<any> |
typeConfig | xLuceneTypeConfig |
variables | xLuceneVariables |
Returns
(
node):MatchRowFn
Parameters
| Parameter | Type |
|---|---|
node | Node |