Class TermVectorsFormat
Controls the format of term vectors.
Inheritance
System.Object
TermVectorsFormat
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class TermVectorsFormat : object
Constructors
Name | Description |
---|---|
TermVectorsFormat() | Sole constructor. (For invocation by subclass constructors, typically implicit.) |
Methods
Name | Description |
---|---|
VectorsReader(Directory, SegmentInfo, FieldInfos, IOContext) | Returns a TermVectorsReader to read term vectors. |
VectorsWriter(Directory, SegmentInfo, IOContext) | Returns a TermVectorsWriter to write term vectors. |