Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class SearchGroup<TGroupValue>

    Represents a group that is found during the first pass search.

    Note

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

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

    Properties

    | Improve this Doc View Source

    GroupValue

    The value that defines this group

    Declaration
    public TGroupValue GroupValue { get; set; }
    Property Value
    Type Description
    TGroupValue
    | Improve this Doc View Source

    SortValues

    The sort values used during sorting. These are the groupSort field values of the highest rank document (by the groupSort) within the group. Can be null if fillFields=false had been passed to GetTopGroups(Int32, Boolean)

    Declaration
    public object[] SortValues { get; set; }
    Property Value
    Type Description
    System.Object[]

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object o)
    Parameters
    Type Name Description
    System.Object o
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Implements

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