Hello all ! So, looking here: http://docs.neo4j.org/chunked/snapshot/indexing-lucene-extras.html#indexing-lucene-sort There's an example of how to sort by score and later on, how to make a compound query. Is it possible to do both ? Something like: hits = movies.query( new QueryContext("title:*Matrix* AND year:1999" ).sortByScore() );
Thanks, Milena Araujo. _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

