Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.asserting |
Codec for testing that asserts various contracts of the codec apis.
|
org.apache.lucene.codecs.compressing |
StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.
|
org.apache.lucene.codecs.lucene40 |
Lucene 4.0 file format.
|
org.apache.lucene.codecs.lucene42 |
Lucene 4.2 file format.
|
org.apache.lucene.codecs.simpletext |
Simpletext Codec: writes human readable postings.
|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Method and Description |
---|---|
abstract TermVectorsReader |
TermVectorsReader.clone()
Create a clone that one caller at a time may use to
read term vectors.
|
TermVectorsReader |
TermVectorsReader.getMergeInstance()
Returns an instance optimized for merging.
|
abstract TermVectorsReader |
TermVectorsFormat.vectorsReader(Directory directory,
SegmentInfo segmentInfo,
FieldInfos fieldInfos,
IOContext context)
Returns a
TermVectorsReader to read term
vectors. |
Modifier and Type | Method and Description |
---|---|
TermVectorsReader |
AssertingTermVectorsFormat.vectorsReader(Directory directory,
SegmentInfo segmentInfo,
FieldInfos fieldInfos,
IOContext context) |
Modifier and Type | Class and Description |
---|---|
class |
CompressingTermVectorsReader
|
Modifier and Type | Method and Description |
---|---|
TermVectorsReader |
CompressingTermVectorsReader.clone() |
TermVectorsReader |
CompressingTermVectorsFormat.vectorsReader(Directory directory,
SegmentInfo segmentInfo,
FieldInfos fieldInfos,
IOContext context) |
Modifier and Type | Method and Description |
---|---|
TermVectorsReader |
Lucene40TermVectorsFormat.vectorsReader(Directory directory,
SegmentInfo segmentInfo,
FieldInfos fieldInfos,
IOContext context)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TermVectorsReader |
Lucene42TermVectorsFormat.vectorsReader(Directory directory,
SegmentInfo segmentInfo,
FieldInfos fieldInfos,
IOContext context)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleTextTermVectorsReader
Reads plain-text term vectors.
|
Modifier and Type | Method and Description |
---|---|
TermVectorsReader |
SimpleTextTermVectorsReader.clone() |
TermVectorsReader |
SimpleTextTermVectorsFormat.vectorsReader(Directory directory,
SegmentInfo segmentInfo,
FieldInfos fieldInfos,
IOContext context) |
Modifier and Type | Field and Description |
---|---|
TermVectorsReader[] |
MergeState.termVectorsReaders
Term vector producers being merged
|
Modifier and Type | Method and Description |
---|---|
abstract TermVectorsReader |
CodecReader.getTermVectorsReader()
Expert: retrieve thread-private TermVectorsReader
|
TermVectorsReader |
FilterCodecReader.getTermVectorsReader() |
TermVectorsReader |
SegmentReader.getTermVectorsReader() |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.