• API

    Show / Hide Table of Contents

    Class AbstractDistinctValuesCollector.GroupCount<TGroupValue>

    Returned by Groups, representing the value and set of distinct values for the group.

    Inheritance
    System.Object
    AbstractDistinctValuesCollector.GroupCount<TGroupValue>
    FunctionDistinctValuesCollector.GroupCount
    TermDistinctValuesCollector.GroupCount
    Implements
    AbstractDistinctValuesCollector.IGroupCount<TGroupValue>
    Inherited Members
    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
    Assembly: Lucene.Net.Grouping.dll
    Syntax
    public abstract class GroupCount<TGroupValue> : AbstractDistinctValuesCollector.IGroupCount<TGroupValue>
    Type Parameters
    Name Description
    TGroupValue
    Remarks

    LUCENENET - removed this class from being a nested class of AbstractDistinctValuesCollector<GC> and renamed from GroupCount to AbstractGroupCount

    Constructors

    | Improve this Doc View Source

    GroupCount(TGroupValue)

    Declaration
    public GroupCount(TGroupValue groupValue)
    Parameters
    Type Name Description
    TGroupValue groupValue

    Properties

    | Improve this Doc View Source

    GroupValue

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

    UniqueValues

    Declaration
    public IEnumerable<TGroupValue> UniqueValues { get; protected set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<TGroupValue>

    Implements

    AbstractDistinctValuesCollector.IGroupCount<TGroupValue>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)