mikemccand / stargazers-migration-test

Testing Lucene's Jira -> GitHub issues migration
0 stars 0 forks source link

CLONE - Add setting for moving FST offheap/onheap [LUCENE-8887] #884

Closed mikemccand closed 5 years ago

mikemccand commented 5 years ago

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.


Legacy Jira details

LUCENE-8887 by LuYunCheng on Jun 27 2019, resolved Jun 27 2019 Attachments: offheap_generic_settings.patch, offheap_settings.patch Linked issues:

mikemccand commented 5 years ago

this seems to be opened accidentially

[Legacy Jira: Simon Willnauer (@s1monw) on Jun 27 2019]

mikemccand commented 2 years ago

Closing after the 9.0.0 release

[Legacy Jira: Adrien Grand (@jpountz) on Dec 08 2021]