From 9b369abc1710eaf38cef3c4084f4790867d5a24c Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Tue, 4 Aug 2020 17:13:49 +0200 Subject: [PATCH] LUCENE-9446: Move CHANGES entry from 9.0 to 8.7. --- lucene/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 682921c8878..55dc5703f3e 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -114,9 +114,6 @@ Improvements with doc values and points. In this case, there is an assumption that the same data is stored in these points and doc values (Mayya Sharipova, Jim Ferenczi, Adrien Grand) -* LUCENE-9446: In BooleanQuery rewrite, always remove MatchAllDocsQuery filter clauses - when possible. (Julie Tibshirani) - Bug fixes * LUCENE-8663: NRTCachingDirectory.slowFileExists may open a file while @@ -183,6 +180,9 @@ Improvements * LUCENE-9440: FieldInfo#checkConsistency called twice from Lucene50(60)FieldInfosFormat#read; Removed the (redundant?) assert and do these checks for real. (Yauheni Putsykovich) +* LUCENE-9446: In BooleanQuery rewrite, always remove MatchAllDocsQuery filter clauses + when possible. (Julie Tibshirani) + Optimizations ---------------------