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.
|
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 | Method and Description |
---|---|
TermVectorsWriter |
AssertingTermVectorsFormat.vectorsWriter(Directory directory,
SegmentInfo segmentInfo,
IOContext context) |
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 |
Lucene40TermVectorsWriter
Lucene 4.0 Term Vectors writer.
|
Modifier and Type | Method and Description |
---|---|
TermVectorsWriter |
Lucene40TermVectorsFormat.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) |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.