apache / lucene

Apache Lucene open-source search software
https://lucene.apache.org/
Apache License 2.0
2.73k stars 1.04k forks source link

Add FST Offheap for non-default Codecs [LUCENE-8783] #9827

Open asfimport opened 5 years ago

asfimport commented 5 years ago

Even though, #9681 and #9717 adds support to keep FST offheap for default codec, there are many other codecs which do not support FST offheap. Few examples are below:


Migrated from LUCENE-8783 by Ankit Jain, updated Dec 08 2021

asfimport commented 5 years ago

Michael McCandless (@mikemccand) (migrated from JIRA)

+1

jainankitk commented 1 year ago

Related issue with more details: https://github.com/opensearch-project/OpenSearch/issues/7645