Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.compressing |
StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.
|
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 | 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 | Field and Description |
---|---|
TermVectorsReader[] |
MergeState.termVectorsReaders
Term vector producers being merged
|
Modifier and Type | Method and Description |
---|---|
TermVectorsReader |
SegmentReader.getTermVectorsReader() |
abstract TermVectorsReader |
CodecReader.getTermVectorsReader()
Expert: retrieve thread-private TermVectorsReader
|
TermVectorsReader |
FilterCodecReader.getTermVectorsReader() |
TermVectorsReader |
SortingCodecReader.getTermVectorsReader() |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.