Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 62 of 62 for Facet (0.04 sec)

  1. src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java

                stream(facetInfo.field).of(stream -> stream.forEach(f -> {
                    if (!queryFieldConfig.isFacetField(f)) {
                        throw new SearchQueryException("Invalid facet field: " + f);
                    }
                    final String encodedField = BaseEncoding.base64().encode(f.getBytes(StandardCharsets.UTF_8));
                    final TermsAggregationBuilder termsBuilder =
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 84.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Min Error Count */
        public static final String LABELS_ERROR_COUNT_MIN = "{labels.errorCountMin}";
    
        /** The key of the message: Facet */
        public static final String LABELS_FACET = "{labels.facet}";
    
        /** The key of the message: Geo */
        public static final String LABELS_GEO = "{labels.geo}";
    
        /** The key of the message: Groups */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
Back to top