Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
New
Description
While LUCENE-8635, adds support for loading FST offheap using mmap, users do not have the flexibility to specify fields for which FST needs to be offheap. This allows users to tune heap usage as per their workload.
Ideal way will be to add an attribute to FieldInfo, where we have put/getAttribute. Then FieldReader can inspect the FieldInfo and pass the appropriate On/OffHeapStore when creating its FST. It can support special keywords like ALL/NONE.
Attachments
Attachments
Issue Links
- is cloned by
-
LUCENE-8887 CLONE - Add setting for moving FST offheap/onheap
- Closed
- relates to
-
LUCENE-8635 Lazy loading Lucene FST offheap using mmap
- Closed
- links to