- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for hasSorts (0.16 sec)
-
src/main/java/org/codelibs/fess/entity/QueryContext.java
} /** * Checks if any sort builders have been added to this context. * @return True if sort builders are present, false otherwise. */ public boolean hasSorts() { return !sortBuilderList.isEmpty(); } /** * Gets the list of sort builders for this query context. * @return The list of sort builders. */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.4K bytes - Viewed (0)