Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class CollectedSearchGroup<TGroupValue>

    Expert: representation of a group in AbstractFirstPassGroupingCollector<TGroupValue>, tracking the top doc and Lucene.Net.Search.FieldComparer slot.

    Note

    This API is for internal purposes only and might change in incompatible ways in the next release.

    Inheritance
    object
    SearchGroup<TGroupValue>
    CollectedSearchGroup<TGroupValue>
    Implements
    ISearchGroup<TGroupValue>
    ICollectedSearchGroup
    Inherited Members
    SearchGroup<TGroupValue>.GroupValue
    SearchGroup<TGroupValue>.SortValues
    SearchGroup<TGroupValue>.ToString()
    SearchGroup<TGroupValue>.Equals(object)
    SearchGroup<TGroupValue>.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Lucene.Net.Search.Grouping
    Assembly: Lucene.Net.Grouping.dll
    Syntax
    public class CollectedSearchGroup<TGroupValue> : SearchGroup<TGroupValue>, ISearchGroup<TGroupValue>, ICollectedSearchGroup
    Type Parameters
    Name Description
    TGroupValue

    Properties

    ComparerSlot

    Expert: representation of a group in AbstractFirstPassGroupingCollector<TGroupValue>, tracking the top doc and Lucene.Net.Search.FieldComparer slot.

    Note

    This API is for internal purposes only and might change in incompatible ways in the next release.

    Declaration
    public int ComparerSlot { get; }
    Property Value
    Type Description
    int

    TopDoc

    Expert: representation of a group in AbstractFirstPassGroupingCollector<TGroupValue>, tracking the top doc and Lucene.Net.Search.FieldComparer slot.

    Note

    This API is for internal purposes only and might change in incompatible ways in the next release.

    Declaration
    public int TopDoc { get; }
    Property Value
    Type Description
    int

    Implements

    ISearchGroup<TGroupValue>
    ICollectedSearchGroup
    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.