lucene/solr/core
Adrien Grand 06877b2c6e
LUCENE-9378: Make it possible to configure how to trade speed for compression on doc values. (#2069)
This adds a switch to `Lucene80DocValuesFormat` which allows to
configure whether to prioritize retrieval speed over compression ratio
or the other way around. When prioritizing retrieval speed, binary doc
values are written using the exact same format as before more aggressive
compression got introduced.
2020-11-12 16:10:00 +01:00
..
src LUCENE-9378: Make it possible to configure how to trade speed for compression on doc values. (#2069) 2020-11-12 16:10:00 +01:00
build.gradle SOLR-14659: Remove restlet as dependency for the ManagedResource API (#1938) 2020-10-04 11:21:49 -06:00