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
    object
    FacetsConfig.DimConfig
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Facet
    Assembly: Lucene.Net.Facet.dll
    Syntax
    public sealed class FacetsConfig.DimConfig

    Constructors

    DimConfig()

    Default constructor.

    Declaration
    public DimConfig()

    Properties

    IndexFieldName

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

    Declaration
    public string IndexFieldName { get; set; }
    Property Value
    Type Description
    string

    IsHierarchical

    True if this dimension is hierarchical.

    Declaration
    public bool IsHierarchical { get; set; }
    Property Value
    Type Description
    bool

    IsMultiValued

    True if this dimension is multi-valued.

    Declaration
    public bool IsMultiValued { get; set; }
    Property Value
    Type Description
    bool

    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
    bool
    Back to top Copyright © 2024 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.