lucene/lucene/MIGRATE.txt

9 lines
278 B
Plaintext

# Apache Lucene Migration Guide
## Similarity.SimScorer.computeXXXFactor methods removed (LUCENE-8014) ##
SpanQuery and PhraseQuery now always calculate their slops as (1.0 / (1.0 +
distance)). Payload factor calculation is performed by PayloadDecoder in the
queries module