Class TermVectorsReader
Codec API for reading term vectors:
@lucene.experimental
Inheritance
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class TermVectorsReader : IDisposable
Constructors
Name | Description |
---|---|
TermVectorsReader() | Sole constructor. (For invocation by subclass constructors, typically implicit.) |
Methods
Name | Description |
---|---|
CheckIntegrity() | Checks consistency of this reader. Note that this may be costly in terms of I/O, e.g. may involve computing a checksum value against large data files. @lucene.internal |
Clone() | Create a clone that one caller at a time may use to read term vectors. |
Dispose() | Disposes all resources used by this object. |
Dispose(Boolean) | Implementations must override and should dispose all resources used by this instance. |
Get(Int32) | Returns term vectors for this document, or |
RamBytesUsed() | Returns approximate RAM bytes used. |