public abstract class TermVectorsFormat
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
TermVectorsFormat()
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract TermVectorsReader |
vectorsReader(Directory directory,
SegmentInfo segmentInfo,
FieldInfos fieldInfos,
IOContext context)
Returns a
TermVectorsReader to read term
vectors. |
abstract TermVectorsWriter |
vectorsWriter(Directory directory,
SegmentInfo segmentInfo,
IOContext context)
Returns a
TermVectorsWriter to write term
vectors. |
protected TermVectorsFormat()
public abstract TermVectorsReader vectorsReader(Directory directory, SegmentInfo segmentInfo, FieldInfos fieldInfos, IOContext context) throws java.io.IOException
TermVectorsReader to read term
vectors.java.io.IOExceptionpublic abstract TermVectorsWriter vectorsWriter(Directory directory, SegmentInfo segmentInfo, IOContext context) throws java.io.IOException
TermVectorsWriter to write term
vectors.java.io.IOExceptionCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.