mirror of https://github.com/apache/lucene.git
14175c46d2
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. |
||
---|---|---|
.. | ||
src | ||
build.xml | ||
ivy.xml |