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
    Namespace: Lucene.Net.Facet
    Assembly: Lucene.Net.Facet.dll
    Syntax
    protected abstract class Docs : object

    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
    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)