@Deprecated public class Lucene42TermVectorsFormat extends TermVectorsFormat
term vectors format
.Constructor and Description |
---|
Lucene42TermVectorsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Deprecated.
|
TermVectorsReader |
vectorsReader(Directory directory,
SegmentInfo segmentInfo,
FieldInfos fieldInfos,
IOContext context)
Deprecated.
Returns a
TermVectorsReader to read term
vectors. |
TermVectorsWriter |
vectorsWriter(Directory directory,
SegmentInfo segmentInfo,
IOContext context)
Deprecated.
Returns a
TermVectorsWriter to write term
vectors. |
public final TermVectorsReader vectorsReader(Directory directory, SegmentInfo segmentInfo, FieldInfos fieldInfos, IOContext context) throws IOException
TermVectorsFormat
TermVectorsReader
to read term
vectors.vectorsReader
in class TermVectorsFormat
IOException
public TermVectorsWriter vectorsWriter(Directory directory, SegmentInfo segmentInfo, IOContext context) throws IOException
TermVectorsFormat
TermVectorsWriter
to write term
vectors.vectorsWriter
in class TermVectorsFormat
IOException
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.