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
    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
    protected 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 © 2022 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.