You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2019/01/22 14:54:55 UTC

[lucene-solr] branch master updated: LUCENE-8340: Fix typo in CHANGES.txt

This is an automated email from the ASF dual-hosted git repository.

uschindler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 452ffa3  LUCENE-8340: Fix typo in CHANGES.txt
452ffa3 is described below

commit 452ffa3626a7f535cf77ea8ecbaf8176d8068084
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Tue Jan 22 15:54:40 2019 +0100

    LUCENE-8340: Fix typo in CHANGES.txt
---
 lucene/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 4e3e18f..459b280 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -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)