Class FacetsConfig.DimConfig

  • Enclosing class:
    FacetsConfig

    public static final class FacetsConfig.DimConfig
    extends java.lang.Object
    Holds the configuration for one dimension
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean hierarchical
      True if this dimension is hierarchical.
      java.lang.String indexFieldName
      Actual field where this dimension's facet labels should be indexed
      boolean multiValued
      True if this dimension is multi-valued.
      boolean requireDimCount
      True if the count/aggregate for the entire dimension is required, which is unusual (default is false).
    • Constructor Summary

      Constructors 
      Constructor Description
      DimConfig()
      Default constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • hierarchical

        public boolean hierarchical
        True if this dimension is hierarchical.
      • multiValued

        public boolean multiValued
        True if this dimension is multi-valued.
      • requireDimCount

        public boolean requireDimCount
        True if the count/aggregate for the entire dimension is required, which is unusual (default is false).
      • indexFieldName

        public java.lang.String indexFieldName
        Actual field where this dimension's facet labels should be indexed
    • Constructor Detail

      • DimConfig

        public DimConfig()
        Default constructor.