- Sort Score
- Result 10 results
- Languages All
Results 31 - 33 of 33 for templates (0.04 sec)
-
src/main/java/org/codelibs/fess/query/QueryCommand.java
* @param boost The boost value. * @return The created query builder. */ QueryBuilder buildQuery(String field, String text, float boost); } /** * Template method that handles the common pattern of query conversion: * 1. Check if field is DEFAULT_FIELD and apply default query builder * 2. Check if field is a search field and apply field-specific queryRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Nov 23 11:39:05 UTC 2025 - 11.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
final String template = """ {"source":{"index":"__SOURCE_INDEX__","size":__SIZE__},"dest":{"index":"__DEST_INDEX__"}} """; final FessConfig fessConfig = ComponentUtil.getFessConfig(); final String source = template // .replace("__SOURCE_INDEX__", fromIndex)//Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 122.4K bytes - Viewed (1)