Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.0-ALPHA
-
New
Description
FST based TermDictionary has been a great improvement yet it still uses a delta codec file for scanning to terms. Some environments have enough memory available to keep the entire FST based term dict in memory. We should add a TermDictionary implementation that encodes all needed information for each term into the FST (custom fst.Output) and builds a FST from the entire term not just the delta.
Attachments
Attachments
Issue Links
- is related to
-
LUCENE-8285 FSTOrdPostingsFormat ironically does not support ord()
- Open
-
LUCENE-3209 Memory codec
- Closed