Show / Hide Table of Contents

    Class FacetsConfig.DimConfig

    Holds the configuration for one dimension

    @lucene.experimental

    Inheritance
    System.Object
    FacetsConfig.DimConfig
    Namespace: Lucene.Net.Facet
    Assembly: Lucene.Net.Facet.dll
    Syntax
    public sealed class DimConfig : object

    Constructors

    | Improve this Doc View Source

    DimConfig()

    Default constructor.

    Declaration
    public DimConfig()

    Properties

    | Improve this Doc View Source

    IndexFieldName

    Actual field where this dimension's facet labels should be indexed

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

    IsHierarchical

    True if this dimension is hierarchical.

    Declaration
    public bool IsHierarchical { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsMultiValued

    True if this dimension is multi-valued.

    Declaration
    public bool IsMultiValued { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    RequireDimCount

    True if the count/aggregate for the entire dimension is required, which is unusual (default is false).

    Declaration
    public bool RequireDimCount { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)