Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class AbstractSecondPassGroupingCollector.SearchGroupDocs<TGroupValue>

    Inheritance
    System.Object
    AbstractSecondPassGroupingCollector.SearchGroupDocs<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 class SearchGroupDocs<TGroupValue>
    Type Parameters
    Name Description
    TGroupValue

    Constructors

    | Improve this Doc View Source

    SearchGroupDocs(TGroupValue, ITopDocsCollector)

    Declaration
    public SearchGroupDocs(TGroupValue groupValue, ITopDocsCollector collector)
    Parameters
    Type Name Description
    TGroupValue groupValue
    Lucene.Net.Search.ITopDocsCollector collector

    Properties

    | Improve this Doc View Source

    Collector

    Declaration
    public ITopDocsCollector Collector { get; }
    Property Value
    Type Description
    Lucene.Net.Search.ITopDocsCollector
    | Improve this Doc View Source

    GroupValue

    Declaration
    public TGroupValue GroupValue { get; }
    Property Value
    Type Description
    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.