Class FacetField

    • Field Detail

      • TYPE

        public static final FieldType TYPE
        Field type used for storing facet values: docs, freqs, and positions.
      • dim

        public final String dim
        Dimension for this field.
      • path

        public final String[] path
        Path for this field.
    • Constructor Detail

      • FacetField

        public FacetField​(String dim,
                          String... path)
        Creates the this from dim and path.
    • Method Detail

      • verifyLabel

        public static void verifyLabel​(String label)
        Verifies the label is not null or empty string.
        NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.