I'm using Neo4j 2.0 and would to to know if/how I can the following things with Cyhper.
The first is lucene scores. In the docs there are some mentions of 1.x methods to get this with java, but I'm using Cypher with Neo4j 2.0 and the REST API.
The other thing is I would like to add extra words to the index, mainly for plural and some similar things, so that I can put both car and cars in the index for a node with name "car".