| 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.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 TermVectorsWriter |
TermVectorsFormat.vectorsWriter(Directory directory,
SegmentInfo segmentInfo,
IOContext context)
Returns a
TermVectorsWriter to write term
vectors. |
| Modifier and Type | Class and Description |
|---|---|
class |
CompressingTermVectorsWriter
|
| Modifier and Type | Method and Description |
|---|---|
TermVectorsWriter |
CompressingTermVectorsFormat.vectorsWriter(Directory directory,
SegmentInfo segmentInfo,
IOContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleTextTermVectorsWriter
Writes plain-text term vectors.
|
| Modifier and Type | Method and Description |
|---|---|
TermVectorsWriter |
SimpleTextTermVectorsFormat.vectorsWriter(Directory directory,
SegmentInfo segmentInfo,
IOContext context) |
| Modifier and Type | Field and Description |
|---|---|
(package private) TermVectorsWriter |
TermVectorsConsumer.writer |
| Modifier and Type | Method and Description |
|---|---|
private static void |
SortingTermVectorsConsumer.writeTermVectors(TermVectorsWriter writer,
Fields vectors,
FieldInfos fieldInfos)
Safe (but, slowish) default method to copy every vector field in the provided
TermVectorsWriter. |