public class SimpleTextTermVectorsFormat extends TermVectorsFormat
FOR RECREATIONAL USE ONLY
| Constructor and Description |
|---|
SimpleTextTermVectorsFormat() |
| Modifier and Type | Method and Description |
|---|---|
TermVectorsReader |
vectorsReader(Directory directory,
SegmentInfo segmentInfo,
FieldInfos fieldInfos,
IOContext context)
Returns a
TermVectorsReader to read term
vectors. |
TermVectorsWriter |
vectorsWriter(Directory directory,
SegmentInfo segmentInfo,
IOContext context)
Returns a
TermVectorsWriter to write term
vectors. |
public TermVectorsReader vectorsReader(Directory directory, SegmentInfo segmentInfo, FieldInfos fieldInfos, IOContext context) throws java.io.IOException
TermVectorsFormatTermVectorsReader to read term
vectors.vectorsReader in class TermVectorsFormatjava.io.IOExceptionpublic TermVectorsWriter vectorsWriter(Directory directory, SegmentInfo segmentInfo, IOContext context) throws java.io.IOException
TermVectorsFormatTermVectorsWriter to write term
vectors.vectorsWriter in class TermVectorsFormatjava.io.IOExceptionCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.