- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for isFacetSortValue (0.05 sec)
-
src/main/java/org/codelibs/fess/query/QueryFieldConfig.java
* * @param sort the sort value to check * @return true if the sort value is valid for facets ("count" or "index"), false otherwise */ public boolean isFacetSortValue(final String sort) { return "count".equals(sort) || "index".equals(sort); } /** * Sets the fields that are allowed in API responses. *Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 21.9K bytes - Viewed (0)