- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getSearchFields (0.12 sec)
-
src/main/java/org/codelibs/fess/query/QueryFieldConfig.java
public void highlightedFields(final Consumer<Stream<String>> stream) { stream(highlightedFields).of(stream); } /** * @return the supportedFields */ public String[] getSearchFields() { return searchFields; } /** * @param supportedFields the supportedFields to set */ public void setSearchFields(final String[] supportedFields) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Jul 22 04:30:56 UTC 2024 - 16K bytes - Viewed (0)