Re: Activate Fuzzy Queries for each term by default

2016-05-30 Thread Sebastian Landwehr
The „Did you mean“ thing is more the spell checker, which I already included. Fuzzy Queries are for terms where multiple spellings in fact exist in the index. At least that’s what I’m aiming at. > Am 30.05.2016 um 10:33 schrieb Georg Sorst : > > AFAIK this is not possible, but it probably doesn

Re: Activate Fuzzy Queries for each term by default

2016-05-30 Thread Georg Sorst
AFAIK this is not possible, but it probably doesn't make so much sense either. In my experience fuzzy search should be explicit to the user (Google does a pretty good job at this, eg. "Did you mean" etc.). What are you trying to achieve and what results do you want to return? Sebastian Landwehr