Fork me on GitHub
  • 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
    protected 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 © 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.