- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setDefaultField (0.87 sec)
-
src/main/java/org/codelibs/fess/entity/QueryContext.java
return defaultField; } /** * Sets the default field for this query context. * @param defaultField The default field name to set. */ public void setDefaultField(final String defaultField) { this.defaultField = defaultField; } /** * Gets the set of highlighted query terms.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/query/parser/QueryParser.java
} /** * Sets the default field to search in when no field is specified in the query. * * @param defaultField the default field name */ public void setDefaultField(final String defaultField) { this.defaultField = defaultField; } /** * Sets the analyzer used to analyze query terms. * * @param analyzer the analyzer to use */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 10.2K bytes - Viewed (0)