- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getBucketOrder (0.23 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: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.3K bytes - Viewed (0)