Class DocsEnum
Iterates through the documents and term freqs. NOTE: you must first call NextDoc() before using any of the per-doc methods.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class DocsEnum : DocIdSetIterator
Constructors
Name | Description |
---|---|
DocsEnum() | Sole constructor. (For invocation by subclass constructors, typically implicit.) |
Properties
Name | Description |
---|---|
Attributes | Returns the related attributes. |
Freq | Returns term frequency in the current document, or 1 if the field was indexed with DOCS_ONLY. Do not call this before NextDoc() is first called, nor after NextDoc() returns NO_MORE_DOCS. NOTE: if the DocsEnum was obtain with NONE, the result of this method is undefined. |