Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bucketLoader (0.04 sec)

  1. src/main/java/org/codelibs/fess/entity/FacetInfo.java

            }
        }
    
        /**
         * Converts the sort string into a BucketOrder object for OpenSearch aggregations.
         * Parses sort configuration like "count.desc" or "term.asc" into appropriate bucket ordering.
         *
         * @return the BucketOrder instance representing the sort configuration
         */
        public BucketOrder getBucketOrder() {
            if (StringUtil.isNotBlank(sort)) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 5.3K bytes
    - Viewed (0)
Back to top