Show / Hide Table of Contents

    Class FunctionAllGroupHeadsCollector.GroupHead

    Holds current head document for a single group.

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Inheritance
    System.Object
    AbstractAllGroupHeadsCollector_GroupHead
    FunctionAllGroupHeadsCollector.GroupHead
    Inherited Members
    AbstractAllGroupHeadsCollector_GroupHead.Doc
    Namespace: Lucene.Net.Search.Grouping.Function
    Assembly: Lucene.Net.Grouping.dll
    Syntax
    public class GroupHead : AbstractAllGroupHeadsCollector_GroupHead

    Properties

    | Improve this Doc View Source

    GroupValue

    Declaration
    public MutableValue GroupValue { get; }
    Property Value
    Type Description
    MutableValue

    Methods

    | Improve this Doc View Source

    Compare(Int32, Int32)

    Declaration
    public override int Compare(int compIDX, int doc)
    Parameters
    Type Name Description
    System.Int32 compIDX
    System.Int32 doc
    Returns
    Type Description
    System.Int32
    Overrides
    AbstractAllGroupHeadsCollector_GroupHead.Compare(Int32, Int32)
    | Improve this Doc View Source

    UpdateDocHead(Int32)

    Declaration
    public override void UpdateDocHead(int doc)
    Parameters
    Type Name Description
    System.Int32 doc
    Overrides
    AbstractAllGroupHeadsCollector_GroupHead.UpdateDocHead(Int32)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)