s1monw opened a new pull request #610: Load FST off-heap if reader is not 
opened from an index writer
URL: https://github.com/apache/lucene-solr/pull/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 index wirter can also leave the FST on disk. This change adds
   this information to SegmentReadState to allow the postiings format
   to make this decision without configuration.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to