org.apache.lucene.codecs.lucene53
for an overview
of the index format.See: Description
Class | Description |
---|---|
Lucene50CompoundFormat |
Lucene 5.0 compound file format
|
Lucene50FieldInfosFormat |
Lucene 5.0 Field Infos format.
|
Lucene50LiveDocsFormat |
Lucene 5.0 live docs format
|
Lucene50PostingsFormat |
Lucene 5.0 postings format, which encodes postings in packed integer blocks
for fast decode.
|
Lucene50PostingsReader |
Concrete class that reads docId(maybe frq,pos,offset,payloads) list
with postings format.
|
Lucene50PostingsWriter |
Concrete class that writes docId(maybe frq,pos,offset,payloads) list
with postings format.
|
Lucene50StoredFieldsFormat |
Lucene 5.0 stored fields format.
|
Lucene50TermVectorsFormat |
Lucene 5.0
term vectors format . |
Enum | Description |
---|---|
Lucene50StoredFieldsFormat.Mode |
Configuration option for stored fields.
|
org.apache.lucene.codecs.lucene53
for an overview
of the index format.Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.