Re: Automatic prefix search in query parser

2021-09-03 Thread Gauthier Roebroeck
> > On Sep 3, 2021, at 10:49 AM, Gauthier Roebroeck < > gauthier.roebro...@gmail.com> 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

Automatic prefix search in query parser

2021-09-03 Thread Gauthier Roebroeck
Hello, I am using Apache Lucene 8.9.0 to parse queries that are entered by humans. I am using the `org.apache.lucene.queryparser.classic.MultiFieldQueryParser` which works very well so far. However I would like to automatically use the prefix notation (`*`) for all terms in the query, instead of

Query parser automatic prefix

2021-08-24 Thread Gauthier Roebroeck
Hello, I am using Apache Lucene 8.9.0 to parse queries that are entered by humans. I am using the `org.apache.lucene.queryparser.classic.MultiFieldQueryParser` which works very well so far. However I would like to automatically use the prefix notation (`*`) for all terms in the query, instead of