Class TermVectorsFormat
Controls the format of term vectors.
Namespace: Lucene.Net.Codecs
Assembly: Lucene.Net.dll
Syntax
public abstract class TermVectorsFormat : object
Constructors
| Improve this Doc View SourceTermVectorsFormat()
Sole constructor. (For invocation by subclass constructors, typically implicit.)
Declaration
protected TermVectorsFormat()
Methods
| Improve this Doc View SourceVectorsReader(Directory, SegmentInfo, FieldInfos, IOContext)
Returns a Term
Declaration
public abstract TermVectorsReader VectorsReader(Directory directory, SegmentInfo segmentInfo, FieldInfos fieldInfos, IOContext context)
Parameters
Type | Name | Description |
---|---|---|
Directory | directory | |
Segment |
segmentInfo | |
Field |
fieldInfos | |
IOContext | context |
Returns
Type | Description |
---|---|
Term |
VectorsWriter(Directory, SegmentInfo, IOContext)
Returns a Term
Declaration
public abstract TermVectorsWriter VectorsWriter(Directory directory, SegmentInfo segmentInfo, IOContext context)
Parameters
Type | Name | Description |
---|---|---|
Directory | directory | |
Segment |
segmentInfo | |
IOContext | context |
Returns
Type | Description |
---|---|
Term |