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 https://

Re: Java 17 and Lucene

2021-10-27 Thread Robert Muir
Or just keep your small heap and tweak the 200ms target to be a lower value. It is just a JVM parameter, and it is dumb as rocks: That 200ms constant doesn't consider how many cores you have, or how small your heap is. On Tue, Oct 26, 2021 at 11:42 PM Michael Sokolov wrote: > > Uwe, thanks for p