Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Interface ISearchGroup<TGroupValue>

    LUCENENET specific interface used to provide covariance with the TGroupValue type to simulate Java's wildcard generics.

    Namespace: Lucene.Net.Search.Grouping
    Assembly: Lucene.Net.Grouping.dll
    Syntax
    public interface ISearchGroup<out TGroupValue>
    Type Parameters
    Name Description
    TGroupValue

    Properties

    GroupValue

    The value that defines this group

    Declaration
    TGroupValue GroupValue { get; }
    Property Value
    Type Description
    TGroupValue

    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(int, bool)

    Declaration
    object[] SortValues { get; set; }
    Property Value
    Type Description
    object[]
    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.