Class DocsEnum
Iterates through the documents and term freqs.
NOTE: you must first call Next
Inheritance
System.Object
DocsEnum
Inherited Members
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public abstract class DocsEnum : DocIdSetIterator
Constructors
| Improve this Doc View SourceDocsEnum()
Sole constructor. (For invocation by subclass constructors, typically implicit.)
Declaration
protected DocsEnum()
Properties
| Improve this Doc View SourceAttributes
Returns the related attributes.
Declaration
public virtual AttributeSource Attributes { get; }
Property Value
Type | Description |
---|---|
Attribute |
Freq
Returns term frequency in the current document, or 1 if the field was
indexed with DOCS_ONLY. Do not call this before
Next
NOTE: if the Docs
Declaration
public abstract int Freq { get; }
Property Value
Type | Description |
---|---|
System. |