jainankitk opened a new pull request #563: Support for moving FST offheap 
except PK
URL: https://github.com/apache/lucene-solr/pull/563
 
 
   The change adds support for initializing FST offheap using mapped files 
during index open. To avoid impact on PKLookup performance, this change 
initializes FST offheap only if docCount != sumDocFreq (implying field is not 
PK) and indexInput isinstanceof ByteBufferIndexInput (implying MMapDirectory is 
being used). More details can be found in the issue below:
   
   https://issues.apache.org/jira/browse/LUCENE-8635

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to