apoc.search.nodeAllReduced
This procedure is not considered safe to run from multiple threads. It is therefore not supported by the parallel runtime. For more information, see the Cypher Manual → Parallel runtime. |
Syntax |
|
||
Description |
Returns a reduced representation of the |
||
Input arguments |
Name |
Type |
Description |
|
|
A map that pairs labels with lists of properties. This can also be represented as a JSON string. |
|
|
|
The search operator, can be one of: ["exact", "starts with", "ends with", "contains", "<", ">", "=", "<>", "⇐", ">=", "=~"]. |
|
|
|
The search value. |
|
Return arguments |
Name |
Type |
Description |
|
|
The id of the found node. |
|
|
|
The labels of the found node. |
|
|
|
The matched values of the found node. |