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

disable field length normalization on specific fields?

2016-03-09 Thread Matt Savona
Hi all, I am trying to understand if the following is possible: I would like to have several fields in my index which are boosted at index time. Because they are to be boosted at index time, their field type requires omitNorms(false). However, I do not want field length normalization to affect t