Show / Hide Table of Contents

    Interface AbstractDistinctValuesCollector.IGroupCount<TGroupValue>

    LUCENENET specific interface used to apply covariance to TGroupValue

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

    Properties

    | Improve this Doc View Source

    GroupValue

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

    UniqueValues

    Declaration
    IEnumerable<TGroupValue> UniqueValues { get; }
    Property Value
    Type Description
    IEnumerable<TGroupValue>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)