Class FieldsProducer
Abstract API that produces terms, doc, freq, prox, offset and payloads postings.
@lucene.experimental
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class FieldsProducer : Fields, IDisposable
Constructors
Name | Description |
---|---|
FieldsProducer() | 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 |
Dispose() | Disposes all resources used by this object. |
Dispose(Boolean) | Implementations must override and should dispose all resources used by this instance. |
RamBytesUsed() | Returns approximate RAM bytes used. |