javanna
released this
20 Dec 20:32
·
174 commits
to main
since this release
New Features
- Add IndexInput::isLoaded to determine if the contents of an input is resident in physical memory
- FeatureField now supports storing term vectors.
Improvements
- TieredMergePolicy now allows merging up to maxMergeAtOnce segments for merges below the floor segment size, even if maxMergeAtOnce is greater than segmentsPerTier. This makes it more efficient to configure TieredMergePolicy to merge segments aggressively by configuring a high value of floorSegmentSize (e.g. 64MB), a low value of segmentsPerTier (e.g. 4) and a high value of maxMergeAtOnce (e.g. 32).
Optimizations
- Many speedups to top-k query evaluation, in particular: top-level disjunctions, filtered disjunctions, conjunctions, DisjunctionMaxQuery.
- Speedup to exhaustive evaluation of conjunctive queries by vectorizing the intersection of postings lists.
- Reduced contention for top-k query evaluation when IndexSearcher is configured with an executor.