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
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