mirror of https://github.com/apache/lucene.git
LUCENE-10435: add CHANGES.txt entry (#704)
This commit is contained in:
parent
29d4adfe60
commit
5aab8a8e40
|
@ -191,8 +191,8 @@ Optimizations
|
|||
|
||||
* LUCENE-10424 Optimize the "everything matches" case for count query in PointRangeQuery. (Ignacio Vera, Lu Xugang)
|
||||
|
||||
* LUCENE-10084: Rewrite DocValuesFieldExistsQuery to MatchAllDocsQuery whenever terms
|
||||
or points have a docCount that is equal to maxDoc. (Vigya Sharma)
|
||||
* LUCENE-10084, LUCENE-10435: Rewrite DocValuesFieldExistsQuery to MatchAllDocsQuery whenever
|
||||
terms or points have a docCount that is equal to maxDoc. (Vigya Sharma, Lu Xugang)
|
||||
|
||||
Changes in runtime behavior
|
||||
---------------------
|
||||
|
|
Loading…
Reference in New Issue