how to find a particular node in Neo4j
问题 how to find the particular node using the Neo4j API.When i refereed the docs i got some code to get all nodes However if i have a node called "XYZ" I would like to know how to obtain ONLY that particular node. 回答1: Take a look at the Indexing Service which will allow you to index your nodes with key-value pairs. Once you've indexed your nodes you can query the graph and retrieve nodes which match a given key-value. 来源: https://stackoverflow.com/questions/4516953/how-to-find-a-particular-node