Show / Hide Table of Contents

    Class AbstractGroupFacetCollector.AbstractSegmentResult

    Contains the local grouped segment counts for a particular segment. Each AbstractGroupFacetCollector.AbstractSegmentResult must be added together.

    Inheritance
    System.Object
    AbstractGroupFacetCollector.AbstractSegmentResult
    Namespace: Lucene.Net.Search.Grouping
    Assembly: Lucene.Net.Grouping.dll
    Syntax
    protected abstract class AbstractSegmentResult : object
    Remarks

    LUCENENET NOTE: Renamed from SegmentResult to AbstractSegmentResult to avoid naming conflicts with subclasses.

    Constructors

    | Improve this Doc View Source

    AbstractSegmentResult(Int32[], Int32, Int32, Int32)

    Declaration
    protected AbstractSegmentResult(int[] counts, int total, int missing, int maxTermPos)
    Parameters
    Type Name Description
    System.Int32[] counts
    System.Int32 total
    System.Int32 missing
    System.Int32 maxTermPos

    Fields

    | Improve this Doc View Source

    m_counts

    Declaration
    protected readonly int[] m_counts
    Field Value
    Type Description
    System.Int32[]
    | Improve this Doc View Source

    m_maxTermPos

    Declaration
    protected readonly int m_maxTermPos
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    m_mergePos

    Declaration
    protected int m_mergePos
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    m_mergeTerm

    Declaration
    protected BytesRef m_mergeTerm
    Field Value
    Type Description
    BytesRef
    | Improve this Doc View Source

    m_missing

    Declaration
    protected readonly int m_missing
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    m_total

    Declaration
    protected readonly int m_total
    Field Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    NextTerm()

    Go to next term in this AbstractGroupFacetCollector.AbstractSegmentResult in order to retrieve the grouped facet counts.

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