[Neo4j] Question about ID indices...

2010-07-15 Thread Marko Rodriguez
Hello, Question: Is the node/relationship ID space indexed by Lucene --- and, if so, in a manner analogous to properties? Thank you, Marko. http://markorodriguez.com ___ Neo4j mailing list User@lists.neo4j.org

Re: [Neo4j] Question about ID indices...

2010-07-15 Thread Mattias Persson
In the current IndexService API you can't really query for IDs. But in a new index framework that I've been working on you can... you can also do composite queries (allowing you to ask lucene queries directly) and all such goodies. Lucene is just an implementation whereas the API is generic. Take