Show / Hide Table of Contents

    Interface IAbstractDistinctValuesCollector<GC>

    LUCENENET specific interface used to apply covariance to GC

    Inherited Members
    ICollector.SetScorer(Scorer)
    ICollector.Collect(Int32)
    ICollector.SetNextReader(AtomicReaderContext)
    ICollector.AcceptsDocsOutOfOrder
    Namespace: Lucene.Net.Search.Grouping
    Assembly: Lucene.Net.Grouping.dll
    Syntax
    public interface IAbstractDistinctValuesCollector<out GC> : ICollector
    Type Parameters
    Name Description
    GC

    Properties

    | Improve this Doc View Source

    Groups

    Returns all unique values for each top N group.

    Declaration
    IEnumerable<GC> Groups { get; }
    Property Value
    Type Description
    IEnumerable<GC>

    all unique values for each top N group

    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)