You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2018/03/20 13:30:58 UTC

[2/2] lucene-solr:branch_7x: LUCENE-8197: Fix CHANGES entry.

LUCENE-8197: Fix CHANGES entry.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/c4a8c8dd
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/c4a8c8dd
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/c4a8c8dd

Branch: refs/heads/branch_7x
Commit: c4a8c8dd7b5f29ac28767bb3ff323ec61bfc826c
Parents: 1cf20cd
Author: Adrien Grand <jp...@gmail.com>
Authored: Tue Mar 20 14:30:11 2018 +0100
Committer: Adrien Grand <jp...@gmail.com>
Committed: Tue Mar 20 14:30:48 2018 +0100

----------------------------------------------------------------------
 lucene/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/c4a8c8dd/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 47459ec..048b00d 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -13,7 +13,7 @@ New Features
   deleted documents around for later reuse. See "IW.softUpdateDocument(...)"
   for reference. (Simon Willnauer)
 
-* LUCENE-8097: A new FeatureField makes it easy and efficient to integrate
+* LUCENE-8197: A new FeatureField makes it easy and efficient to integrate
   static relevance signals into the final score. (Adrien Grand, Robert Muir)
 
 Other