See: Description
| Class | Description |
|---|---|
| DirectDocValuesFormat |
In-memory docvalues format that does no (or very little)
compression.
|
| DirectPostingsFormat |
Wraps
Lucene41PostingsFormat format for on-disk
storage, but then at read time loads and stores all
terms & postings directly in RAM as byte[], int[]. |
| MemoryDocValuesFormat |
In-memory docvalues format
|
| MemoryPostingsFormat |
Stores terms & postings (docs, positions, payloads) in
RAM, using an FST.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.