mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 01:22:26 -04:00
A while ago we introduced a completion postings format extension to eventually be able to customize how completion FSTs are loaded. See #111494. We have never leveraged this extension, and meanwhile Lucene is moving to always load FSTs off-heap, and no longer allow on-heap. See https://github.com/apache/lucene/pull/14364 . This commit removes the SPI extension as it is no longer needed. |
||
---|---|---|
.. | ||
licenses | ||
src | ||
build.gradle |