Hi all,
I am trying to upgrade to Lucene 6.6.0. I see that index time field level
boosting via Field#setBoost is now deprecated.
The suggested replacement is a FunctionScoreQuery at query time.
I am using the MultiTermQueryParser to search an arbitrary user-supplied
query string against multiple
Okay, that makes sense.
Thanks!
On Tue, Aug 22, 2017 at 9:58 AM, Uwe Schindler wrote:
> Hi,
>
> If you use NumericField you can only use NumericRangeQuery to search on
> them (also for single value query aka TermQuery). The same applies for
> Lucene 6s point fields. Most query parsers have no s