@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
Parameter | Type |
---|---|
dataFrame | DataFrame <any > |
typeConfig | xLuceneTypeConfig |
variables | xLuceneVariables |
Returns
Function
Parameters
Parameter | Type |
---|---|
node | Node |