• 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 © 2020 Licensed to the Apache Software Foundation (ASF)