See: Description
Class | Description |
---|---|
DirectDocValuesFormat |
In-memory docvalues format that does no (or very little)
compression.
|
DirectPostingsFormat |
Wraps
Lucene84PostingsFormat format for on-disk
storage, but then at read time loads and stores all
terms and postings directly in RAM as byte[], int[]. |
FSTPostingsFormat |
FST term dict + Lucene50PBF
|
FSTTermsReader |
FST-based terms dictionary reader.
|
FSTTermsWriter |
FST-based term dict, using metadata as FST output.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.