Lucene Query Parser

2011-11-28 Thread Romiko Derbynew
Hi Guys, I am using Lucene with Neo4j. Currently I have queries working well with a combination of Exact and Fuzzy matches in one query. However, we desire a report that first takes the ranking and boosting as the highest priority, but then we want to sort my first name and last name, and alwa

Fuzzy Search Sorting

2011-11-22 Thread Romiko Derbynew
Hi Guys, I am using Lucene with neo4j database. Currently if I do a fuzzy search via a rest call using the Query API with this data GivenName: John FamilyName: Smith GivenName: Bob FamilyName: Smith GivenName: Adam FamilyName: Smith GivenName: Bill FamilyName: Smath If I query the index li