Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs for testing (simulate old disk formats, wacky theoretical use cases, etc)
|
org.apache.lucene.codecs.asserting |
Codec for testing that asserts various contracts of the codec apis.
|
org.apache.lucene.codecs.compressing |
Support for testing
CompressingStoredFieldsFormat . |
org.apache.lucene.codecs.lucene40 |
Support for testing
Lucene40PostingsFormat . |
org.apache.lucene.codecs.simpletext |
Simpletext Codec: writes human readable postings.
|
org.apache.lucene.index |
Misc index tools and index support.
|
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.
|
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 | Class and Description |
---|---|
class |
Lucene40TermVectorsReader
Lucene 4.0 Term Vectors reader.
|
Modifier and Type | Method and Description |
---|---|
TermVectorsReader |
Lucene40TermVectorsReader.clone() |
TermVectorsReader |
Lucene40TermVectorsFormat.vectorsReader(Directory directory,
SegmentInfo segmentInfo,
FieldInfos fieldInfos,
IOContext context) |
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 | Method and Description |
---|---|
TermVectorsReader |
SegmentReader.getTermVectorsReader()
Expert: retrieve thread-private
TermVectorsReader |
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.