Class FacetsCollector.Docs
Used during collection to record matching docs and then return a DocIdSet that contains them.
Inherited Members
Namespace: Lucene.Net.Facet
Assembly: Lucene.Net.Facet.dll
Syntax
protected abstract class FacetsCollector.Docs
Constructors
Docs()
Sole constructor.
Declaration
protected Docs()
Properties
DocIdSet
Return the DocIdSet which contains all the recorded docs.
Declaration
public abstract DocIdSet DocIdSet { get; }
Property Value
Type | Description |
---|---|
DocIdSet |
Methods
AddDoc(int)
Record the given document.
Declaration
public abstract void AddDoc(int docId)
Parameters
Type | Name | Description |
---|---|---|
int | docId |