Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.lucene40 |
Lucene 4.0 file format.
|
org.apache.lucene.codecs.lucene41 |
Lucene 4.1 file format.
|
Modifier and Type | Method and Description |
---|---|
abstract PostingsReaderBase |
PostingsBaseFormat.postingsReaderBase(SegmentReadState state)
Creates the
PostingsReaderBase for this
format. |
Constructor and Description |
---|
BlockTreeTermsReader(Directory dir,
FieldInfos fieldInfos,
SegmentInfo info,
PostingsReaderBase postingsReader,
IOContext ioContext,
String segmentSuffix,
int indexDivisor)
Sole constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene40PostingsReader
Deprecated.
Only for reading old 4.0 segments
|
Modifier and Type | Method and Description |
---|---|
PostingsReaderBase |
Lucene40PostingsBaseFormat.postingsReaderBase(SegmentReadState state)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene41PostingsReader
Concrete class that reads docId(maybe frq,pos,offset,payloads) list
with postings format.
|
Modifier and Type | Method and Description |
---|---|
PostingsReaderBase |
Lucene41PostingsBaseFormat.postingsReaderBase(SegmentReadState state) |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.