• API

    Show / Hide Table of Contents

    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 Docs

    Constructors

    | Improve this Doc View Source

    Docs()

    Sole constructor.

    Declaration
    public Docs()

    Properties

    | Improve this Doc View Source

    DocIdSet

    Return the DocIdSet which contains all the recorded docs.

    Declaration
    public abstract DocIdSet DocIdSet { get; }
    Property Value
    Type Description
    Lucene.Net.Search.DocIdSet

    Methods

    | Improve this Doc View Source

    AddDoc(Int32)

    Record the given document.

    Declaration
    public abstract void AddDoc(int docId)
    Parameters
    Type Name Description
    System.Int32 docId
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)