Class | Description |
---|---|
Lucene41Codec | Deprecated
Only for reading old 4.0 segments
|
Lucene41PostingsBaseFormat |
Provides a
PostingsReaderBase and PostingsWriterBase . |
Lucene41PostingsFormat |
Lucene 4.1 postings format, which encodes postings in packed integer blocks
for fast decode.
|
Lucene41PostingsReader |
Concrete class that reads docId(maybe frq,pos,offset,payloads) list
with postings format.
|
Lucene41PostingsWriter |
Concrete class that writes docId(maybe frq,pos,offset,payloads) list
with postings format.
|
Lucene41RWCodec |
Read-write version of
Lucene41Codec for testing. |
Lucene41StoredFieldsFormat |
Lucene 4.1 stored fields format.
|
Lucene41Codec
.Copyright © 2000–2024 The Apache Software Foundation. All rights reserved.