Fork me on GitHub
  • 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
    object
    FacetsCollector.Docs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.