Show / Hide Table of Contents

    Class SortedSetDocValuesFacetField

    Add an instance of this to your for every facet label to be indexed via .

    Inheritance
    System.Object
    SortedSetDocValuesFacetField
    Namespace: Lucene.Net.Facet.SortedSet
    Assembly: Lucene.Net.Facet.dll
    Syntax
    public class SortedSetDocValuesFacetField : Field

    Constructors

    | Improve this Doc View Source

    SortedSetDocValuesFacetField(String, String)

    Sole constructor.

    Declaration
    public SortedSetDocValuesFacetField(string dim, string label)
    Parameters
    Type Name Description
    System.String dim
    System.String label

    Fields

    | Improve this Doc View Source

    TYPE

    Indexed .

    Declaration
    public static readonly FieldType TYPE
    Field Value
    Type Description
    FieldType

    Properties

    | Improve this Doc View Source

    Dim

    Dimension.

    Declaration
    public string Dim { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Label

    Label.

    Declaration
    public string Label { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    ToString()

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