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

[23/50] [abbrv] lucene-solr:jira/http2: LUCENE-8558: add changes entry

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

Branch: refs/heads/jira/http2
Commit: 4794a1617c1d82fdafa8e6a3a5c1291d387f1add
Parents: 9594ee3
Author: Simon Willnauer <si...@apache.org>
Authored: Wed Nov 7 22:16:13 2018 +0100
Committer: Simon Willnauer <si...@apache.org>
Committed: Wed Nov 7 22:16:47 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/4794a161/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index dadc53d..586ad20 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -259,6 +259,8 @@ Improvements:
   the same cached instance.  MemoryIndex's impl now pre-creates the FieldInfos instead of
   re-calculating a new instance each time.  (Tim Underwood, David Smiley)
 
+* LUCENE-8558: Replace O(N) lookup with O(1) lookup in PerFieldMergeState#FilterFieldInfos.
+  (Kranthi via Simon Willnauer)
 Other:
 
 * LUCENE-8523: Correct typo in JapaneseNumberFilterFactory javadocs (Ankush Jhalani