Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class FacetsConfig.DimConfig

    Holds the configuration for one dimension

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Inheritance
    System.Object
    FacetsConfig.DimConfig
    Inherited Members
    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)
    System.Object.ToString()
    Namespace: Lucene.Net.Facet
    Assembly: Lucene.Net.Facet.dll
    Syntax
    public sealed class DimConfig

    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 © 2022 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.