apoc.search.multiSearchReduced
Procedure
apoc.search.multiSearchReduced(labelPropertyMap Any, operator String, value String)
- returns a reduced representation of the nodes found after a parallel search over multiple indexes.
The reduced node representation includes: node id, node labels and the searched properties.
Signature
apoc.search.multiSearchReduced(LabelPropertyMap :: ANY?, operator :: STRING?, value :: STRING?) :: (id :: INTEGER?, labels :: LIST? OF STRING?, values :: MAP?)
Input parameters
Name | Type | Default |
---|---|---|
LabelPropertyMap |
ANY? |
null |
operator |
STRING? |
null |
value |
STRING? |
null |
Was this page helpful?