Re: Automatic prefix search in query parser

2021-09-03 Thread Gauthier Roebroeck
Thank a lot Erik, I didn't thought about changing the index, only about the query. I will explore that route. On Fri, 3 Sep 2021, 22:53 Erik Hatcher, wrote: > A comparable alternative would be to use the edge ngram filter to index > prefixes instead. > > Erik > > > > On Sep 3, 2021, at 1

Re: Automatic prefix search in query parser

2021-09-03 Thread Erik Hatcher
A comparable alternative would be to use the edge ngram filter to index prefixes instead. Erik > On Sep 3, 2021, at 10:49 AM, Gauthier Roebroeck > wrote: > > Hello, > > I am using Apache Lucene 8.9.0 to parse queries that are entered by humans. > I am using the > `org.apache.lucen