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
    object
    AbstractDistinctValuesCollector.GroupCount<TGroupValue>
    FunctionDistinctValuesCollector.GroupCount
    TermDistinctValuesCollector.GroupCount
    Implements
    AbstractDistinctValuesCollector.IGroupCount<TGroupValue>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Search.Grouping
    Assembly: Lucene.Net.Grouping.dll
    Syntax
    public abstract class AbstractDistinctValuesCollector.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

    GroupCount(TGroupValue)

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

    Declaration
    protected GroupCount(TGroupValue groupValue)
    Parameters
    Type Name Description
    TGroupValue groupValue
    Remarks

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

    Properties

    GroupValue

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

    Declaration
    public TGroupValue GroupValue { get; protected set; }
    Property Value
    Type Description
    TGroupValue
    Remarks

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

    UniqueValues

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

    Declaration
    public IEnumerable<TGroupValue> UniqueValues { get; protected set; }
    Property Value
    Type Description
    IEnumerable<TGroupValue>
    Remarks

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

    Implements

    AbstractDistinctValuesCollector.IGroupCount<TGroupValue>
    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.