LUCENE-10291: CHANGES entry

This commit is contained in:
Adrien Grand 2022-01-05 16:30:58 +01:00
parent 8fa7412dec
commit f9ff620ec6
1 changed files with 7 additions and 1 deletions

View File

@ -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
---------------------