Re: Search while typing (incremental search)

2021-10-27 Thread Michael Wechner
I have added a QnA https://cwiki.apache.org/confluence/display/LUCENE/LuceneFAQ#LuceneFAQ-DoesLucenesupportauto-suggest/autocomplete? I will also try to provide an example, for example https://medium.com/@ekaterinamihailova/in-memory-search-and-autocomplete-with-lucene-8-5-f2df1bc71c36

Re: Search while typing (incremental search)

2021-10-08 Thread Michael Wechner
Am 08.10.21 um 18:49 schrieb Michael Sokolov: Thank you for offering to add to the FAQ! Indeed it should mention the suggester capability. I think you have permissions to edit that wiki? yes :-) Please go ahead and I think add a link to the suggest module javadocs ok, will do! Thanks

Re: Search while typing (incremental search)

2021-10-08 Thread Michael Sokolov
Thank you for offering to add to the FAQ! Indeed it should mention the suggester capability. I think you have permissions to edit that wiki? Please go ahead and I think add a link to the suggest module javadocs On Thu, Oct 7, 2021 at 2:30 AM Michael Wechner wrote: > > Thanks very much for your

Re: Search while typing (incremental search)

2021-10-07 Thread Michael Wechner
Thanks very much for your feedback! I will try it :-) As I wrote I would like to add a summary to the Lucene FAQ (https://cwiki.apache.org/confluence/display/lucene/lucenefaq) Would the following questions make sense? - "Does Lucene support incremental search?" - "Does Lucene

Re: Search while typing (incremental search)

2021-10-06 Thread Robert Muir
TLDR: use the lucene suggest/ package. Start with building suggester from your query logs (either a file or index them). These have a lot of flexibility about how the matches happen, for example pure prefixes, edit distance typos, infix matching, analysis chain, even now Japanese input-method