mirror of https://github.com/apache/lucene.git
LUCENE-10291: CHANGES entry
This commit is contained in:
parent
8fa7412dec
commit
f9ff620ec6
|
@ -119,7 +119,7 @@ Improvements
|
|||
|
||||
* LUCENE-10229: Unify behaviour of match offsets for interval queries on fields
|
||||
with or without offsets enabled. (Patrick Zhai)
|
||||
|
||||
|
||||
Optimizations
|
||||
---------------------
|
||||
|
||||
|
@ -140,6 +140,12 @@ Optimizations
|
|||
|
||||
* LUCENE-10346: Optimize facet counting for single-valued TaxonomyFacetCounts. (Guo Feng)
|
||||
|
||||
Changes in runtime behavior
|
||||
---------------------
|
||||
|
||||
* LUCENE-10291: Lucene now only writes files for terms and postings if at least
|
||||
one field is indexed with postings. (Yannick Welsch)
|
||||
|
||||
Bug Fixes
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue