apoc.search.nodeAllReduced
Procedure
apoc.search.nodeAllReduced(labelPropertyMap Any, operator String, value Any)
- 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.nodeAllReduced(LabelPropertyMap :: ANY?, operator :: STRING?, value :: ANY?) :: (id :: INTEGER?, labels :: LIST? OF STRING?, values :: MAP?)
Was this page helpful?