- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getBucketOrder (0.18 sec)
-
src/main/java/org/codelibs/fess/entity/FacetInfo.java
* 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)) { final String[] values = sort.split("\\."); final boolean asc; if (values.length > 1) {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 5.3K bytes - Viewed (0)