Class FacetsCollector.Docs
Used during collection to record matching docs and then return a DocIdSet that contains them.
Inheritance
System.Object
FacetsCollector.Docs
Assembly: Lucene.Net.Facet.dll
Syntax
protected abstract class Docs : object
Constructors
Name | Description |
---|---|
Docs() | Sole constructor. |
Properties
Name | Description |
---|---|
DocIdSet | Return the DocIdSet which contains all the recorded docs. |
Methods
Name | Description |
---|---|
AddDoc(Int32) | Record the given document. |