- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for DESC (0.06 sec)
-
src/test/java/org/codelibs/fess/helper/QueryHelperTest.java
Set.of(), // "{\"timestamp\":{\"order\":\"desc\"}}", // buildQuery("sort:timestamp.desc")); assertQueryContext(query, Map.of(), // Set.of(), // "{\"timestamp\":{\"order\":\"desc\"}}{\"last_modified\":{\"order\":\"asc\"}}", // buildQuery("sort:timestamp.desc sort:last_modified")); assertQueryContext(query, Map.of(), //
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 52.6K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Preconditions.java
public static int checkElementIndex(int index, int size, String desc) { // Carefully optimized for execution by hotspot (explanatory comment above) if (index < 0 || index >= size) { throw new IndexOutOfBoundsException(badElementIndex(index, size, desc)); } return index; } private static String badElementIndex(int index, int size, String desc) { if (index < 0) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Jul 10 22:11:00 UTC 2025 - 53K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 86.5K bytes - Viewed (0) -
src/main/resources/fess_config.properties
query.facet.fields=label # Size of facet fields. query.facet.fields.size=100 # Minimum document count for facet fields. query.facet.fields.min_doc_count=1 # Sort order for facet fields. query.facet.fields.sort=count.desc # Value for missing facet fields. query.facet.fields.missing= # Facet queries definition. query.facet.queries=\ labels.facet_timestamp_title:\ labels.facet_timestamp_1day=timestamp:[now/d-1d TO *]\t\
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0)