- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for addConfigFile (0.06 seconds)
-
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
} /** * Adds a configuration file for a specific index. * * @param index the index name * @param path path to the configuration file */ public void addConfigFile(final String index, final String path) { configListMap.computeIfAbsent(index, k -> new ArrayList<>()).add(path); } /** * Sets the configuration settings for the search engine. *Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 138.6K bytes - Click Count (1)