Re: FuzzyQuery on entire set of terms

2016-10-21 Thread Michael McCandless
You mean the total number of edits between those strings must be <= 2? If so, you must index the entire "Lucene Apache Group" as a single token, and likewise do a FuzzyQuery with the entire "Luceni Apachi Group", etc. If instead you do tokenize and use BooleanQuery to combine them, then that allo

FuzzyQuery on entire set of terms

2016-10-21 Thread Michael Wilkowski
Hi, I need to implement a function that performs fuzzy search on multiple terms in the way that a summarized distance 2 from ALL terms is allowed. For example query: Lucene Apache Group with maximum distance 2 should match: Luceni Apachi Group Lucen Apache Group Luce Apache Group but not: Luce