Show / Hide Table of Contents

    Class SortedSetDocValuesFacetField

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

    Inheritance
    System.Object
    Field
    SortedSetDocValuesFacetField
    Implements
    IIndexableField
    Inherited Members
    Field.m_type
    Field.m_name
    Field.FieldsData
    Field.m_tokenStream
    Field.m_boost
    Field.GetStringValue()
    Field.GetStringValue(IFormatProvider)
    Field.GetStringValue(String)
    Field.GetStringValue(String, IFormatProvider)
    Field.GetReaderValue()
    Field.GetTokenStreamValue()
    Field.SetStringValue(String)
    Field.SetReaderValue(TextReader)
    Field.SetBytesValue(BytesRef)
    Field.SetBytesValue(Byte[])
    Field.SetByteValue(Byte)
    Field.SetInt16Value(Int16)
    Field.SetInt32Value(Int32)
    Field.SetInt64Value(Int64)
    Field.SetSingleValue(Single)
    Field.SetDoubleValue(Double)
    Field.SetTokenStream(TokenStream)
    Field.Name
    Field.Boost
    Field.GetNumericValue()
    Field.NumericType
    Field.GetByteValue()
    Field.GetInt16Value()
    Field.GetInt32Value()
    Field.GetInt64Value()
    Field.GetSingleValue()
    Field.GetDoubleValue()
    Field.GetBinaryValue()
    Field.FieldType
    Field.IndexableFieldType
    Field.GetTokenStream(Analyzer)
    Field.TranslateFieldType(Field.Store, Field.Index, Field.TermVector)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Lucene.Net.Facet.SortedSet
    Assembly: Lucene.Net.Facet.dll
    Syntax
    public class SortedSetDocValuesFacetField : Field, IIndexableField

    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 FieldType.

    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
    Overrides
    Field.ToString()

    Implements

    IIndexableField
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)