Hi, You can not make such an ordered search using the Lucene indexing service. You could try to only use a traverser instead of a Lucene search and let the traverser do the filtering.
I am not sure I understand your problem completely. If you could describe the problem in more detail I am sure we can come up with a good solution for it. Regards, -Johan On Tue, Feb 23, 2010 at 11:00 PM, Satish Varma Dandu <[email protected]> wrote: > Hi, > I am new to Neo4J, and so far it looks really good for traversing nodes. I > have a question on using Traverser API. Can we order the lucene search > results by degree wise. When i search for some data using lucene, i will get > some nodes. Now i want to arrange those search results nodes in the order of > level.i.e first i want results from my direct nodes & then next level of > nodes etc. > > Is this supported out of the box? Appreciate if you could point me to > correct resource. > > Thanks & Regards, > -Satish _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

