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:56:23 UTC

[lucene-solr] branch branch_8x 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 branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


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

commit b5cf8dc3c41fa9835ca033fe74b7b13dae03c379
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 596dd84..b1fd484 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -159,7 +159,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)