Re: How to create a fuzzy suggest

2010-07-14 Thread Alexander Rothenberg
Hi, i had a similar need to create somethink that acts not like a "filter" or "tokenizer" but only inserts self-generated tokens into the token-stream. (my purpose was to generate all kinds of word-forms for german umlauts...) the following code-base helped me a lot to create it: http://207.44

How to create a fuzzy suggest

2010-07-13 Thread Kai Weingärtner
Hello, I am trying to create a suggest search (search results are displayed while the user is entering the query) for names, but the search should also give results if the given name just sounds like an indexed name. However a perfect match should be ranked higher than a similar sounding matc