Class FacetsCollector.Docs
Used during collection to record matching docs and then return a DocIdSet that contains them.
Inheritance
System.Object
    FacetsCollector.Docs
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Facet
Assembly: Lucene.Net.Facet.dll
Syntax
protected abstract class DocsConstructors
| Improve this Doc View SourceDocs()
Sole constructor.
Declaration
public Docs()Properties
| Improve this Doc View SourceDocIdSet
Return the DocIdSet which contains all the recorded docs.
Declaration
public abstract DocIdSet DocIdSet { get; }Property Value
| Type | Description | 
|---|---|
| DocIdSet | 
Methods
| Improve this Doc View SourceAddDoc(Int32)
Record the given document.
Declaration
public abstract void AddDoc(int docId)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | docId |