> > 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
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
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