• API

    Show / Hide Table of Contents

    Class AbstractGroupFacetCollector.FacetEntry

    Represents a facet entry with a value and a count.

    Inheritance
    System.Object
    AbstractGroupFacetCollector.FacetEntry
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Lucene.Net.Search.Grouping
    Assembly: Lucene.Net.Grouping.dll
    Syntax
    public class FacetEntry

    Constructors

    | Improve this Doc View Source

    FacetEntry(BytesRef, Int32)

    Declaration
    public FacetEntry(BytesRef value, int count)
    Parameters
    Type Name Description
    Lucene.Net.Util.BytesRef value
    System.Int32 count

    Properties

    | Improve this Doc View Source

    Count

    Gets the count (number of groups) of this facet entry.

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

    Value

    Gets the value of this facet entry

    Declaration
    public virtual BytesRef Value { get; }
    Property Value
    Type Description
    Lucene.Net.Util.BytesRef

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object o)
    Parameters
    Type Name Description
    System.Object o
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)