LUCENE-8340: Fix typo in CHANGES.txt

This commit is contained in:
Uwe Schindler 2019-01-22 15:54:40 +01:00
parent 7d7ab14776
commit 452ffa3626
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ Changes in Runtime Behavior
New Features
* LUCENE-8340: LongPoint#newDistanceQuery may be used to boost scores based on
* LUCENE-8340: LongPoint#newDistanceFeatureQuery may be used to boost scores based on
how close a value of a long field is from an configurable origin. This is
typically useful to boost by recency. (Adrien Grand)