Re: [Neo4j] Exact numeric indexing?

2011-02-02 Thread Chris Maier
but if you're querying for both ranges and sometimes exact lookups, then > your suggestion is the way to go. Indexing numbers "numerically" converts > values into special values in lucene natively to allow for correct range > queries. That's why there's a difference here.

[Neo4j] Exact numeric indexing?

2011-02-01 Thread Chris Maier
I know that Neo4j can perform numeric range queries on its indexes, but I would also like to do exact numeric queries, such as "find all nodes where the 'foo' property has a value of 123". Currently I am rephrasing these types of queries as "find all nodes where the 'foo' property is between 123 a