lucene/lucene/test-framework
Simon Willnauer 14175c46d2
LUCENE-8671: Load FST off-heap if reader is not opened from an index writer (#610)
Today we never load FSTs of ID-like fields off-heap since we need
very fast access for updates. Yet, a reader that is not loaded from
an IndexWriter can also leave the FST on disk. This change adds
this information to SegmentReadState to allow the postings format
to make this decision without configuration.
2019-03-20 11:28:10 +01:00
..
src LUCENE-8671: Load FST off-heap if reader is not opened from an index writer (#610) 2019-03-20 11:28:10 +01:00
build.xml LUCENE-6439: Create test-framework/src/test 2015-04-20 17:23:58 +00:00
ivy.xml LUCENE-8611: Update randomizedtesting to 2.7.2, JUnit to 4.12, add hamcrest-core dependency. 2018-12-15 09:49:36 +01:00