Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class TermAllGroupHeadsCollector<GH>

    A base implementation of AbstractAllGroupHeadsCollector<GH> for retrieving the most relevant groups when grouping on a string based group field. More specifically this all concrete implementations of this base implementation use Lucene.Net.Index.SortedDocValues.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Inheritance
    System.Object
    AbstractAllGroupHeadsCollector
    AbstractAllGroupHeadsCollector<GH>
    TermAllGroupHeadsCollector<GH>
    Implements
    Lucene.Net.Search.ICollector
    Inherited Members
    AbstractAllGroupHeadsCollector<GH>.m_reversed
    AbstractAllGroupHeadsCollector<GH>.m_compIDXEnd
    AbstractAllGroupHeadsCollector<GH>.m_temporalResult
    AbstractAllGroupHeadsCollector<GH>.RetrieveGroupHeads(Int32)
    AbstractAllGroupHeadsCollector<GH>.RetrieveGroupHeads()
    AbstractAllGroupHeadsCollector<GH>.GroupHeadsCount
    AbstractAllGroupHeadsCollector<GH>.RetrieveGroupHeadAndAddIfNotExist(Int32)
    AbstractAllGroupHeadsCollector<GH>.CollectedGroupHeads
    AbstractAllGroupHeadsCollector<GH>.Collect(Int32)
    AbstractAllGroupHeadsCollector<GH>.AcceptsDocsOutOfOrder
    AbstractAllGroupHeadsCollector.SetScorer(Scorer)
    AbstractAllGroupHeadsCollector.SetNextReader(AtomicReaderContext)
    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.Search.Grouping.Terms
    Assembly: Lucene.Net.Grouping.dll
    Syntax
    public abstract class TermAllGroupHeadsCollector<GH> : AbstractAllGroupHeadsCollector<GH>, ICollector where GH : AbstractAllGroupHeadsCollector_GroupHead
    Type Parameters
    Name Description
    GH

    Constructors

    | Improve this Doc View Source

    TermAllGroupHeadsCollector(String, Int32)

    Declaration
    protected TermAllGroupHeadsCollector(string groupField, int numberOfSorts)
    Parameters
    Type Name Description
    System.String groupField
    System.Int32 numberOfSorts

    Implements

    Lucene.Net.Search.ICollector
    • 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.