index time field level boosting in 6.6.0

2017-08-23 Thread Matt Savona
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

Re: Issue with numeric fields in 4.x

2017-08-23 Thread Andrew Schuler
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