You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2018/09/11 19:12:55 UTC

lucene-solr:master: LUCENE-8343: add CHANGES entry

Repository: lucene-solr
Updated Branches:
  refs/heads/master a9551404f -> d6143867d


LUCENE-8343: add 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/d6143867
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/d6143867
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/d6143867

Branch: refs/heads/master
Commit: d6143867df97d61f6d4eaafcce21b2319b5de602
Parents: a955140
Author: Mike McCandless <mi...@apache.org>
Authored: Tue Sep 11 15:12:26 2018 -0400
Committer: Mike McCandless <mi...@apache.org>
Committed: Tue Sep 11 15:12:26 2018 -0400

----------------------------------------------------------------------
 lucene/CHANGES.txt | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/d6143867/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 5035625..3022a9a 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -219,6 +219,10 @@ API Changes:
 * LUCENE-8422: Static helper functions for Matches and MatchesIterator implementations
   have been moved from Matches to MatchesUtils (Alan Woodward)
 
+* LUCENE-8343: Suggesters now require Long (versus long, previously) from weight() method
+  while indexing, and provide double (versus long, previously) scores at lookup time
+  (Alessandro Benedetti)
+
 * LUCENE-8459: SearcherTaxonomyManager now has a constructor taking already opened
   IndexReaders, allowing the caller to pass a FilterDirectoryReader, for example.
   (Mike McCandless)