Show / Hide Table of Contents

    Class CollectedSearchGroup<TGroupValue>

    Expert: representation of a group in AbstractFirstPassGroupingCollector<TGroupValue>, tracking the top doc and FieldComparer slot.

    This is a Lucene.NET INTERNAL API, use at your own risk
    Inheritance
    System.Object
    SearchGroup<TGroupValue>
    CollectedSearchGroup<TGroupValue>
    Implements
    ISearchGroup<TGroupValue>
    ICollectedSearchGroup
    Inherited Members
    SearchGroup<TGroupValue>.GroupValue
    SearchGroup<TGroupValue>.SortValues
    SearchGroup<TGroupValue>.ToString()
    SearchGroup<TGroupValue>.Equals(Object)
    SearchGroup<TGroupValue>.GetHashCode()
    Namespace: Lucene.Net.Search.Grouping
    Assembly: Lucene.Net.Grouping.dll
    Syntax
    public class CollectedSearchGroup<TGroupValue> : SearchGroup<TGroupValue>, ISearchGroup<TGroupValue>, ICollectedSearchGroup
    Type Parameters
    Name Description
    TGroupValue

    Properties

    | Improve this Doc View Source

    ComparerSlot

    Declaration
    public int ComparerSlot { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TopDoc

    Declaration
    public int TopDoc { get; }
    Property Value
    Type Description
    System.Int32

    Implements

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