- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for addIndexConfig (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/resources/esclient.xml
<!-- fess index --> <postConstruct name="addIndexConfig"> <arg>"fess/doc"</arg> </postConstruct> <!-- fess_config index --> <postConstruct name="addIndexConfig"> <arg>"fess_config.access_token/access_token"</arg> </postConstruct> <postConstruct name="addIndexConfig"> <arg>"fess_config.bad_word/bad_word"</arg> </postConstruct> <postConstruct name="addIndexConfig">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 16.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/opensearch/client/SearchEngineClientRebuildTest.java
testClient = new TestSearchEngineClient(); testClient.addIndexConfig("fess/doc"); testClient.addIndexConfig("fess_config.scheduled_job/scheduled_job"); testClient.addIndexConfig("fess_config.access_token/access_token"); testClient.addIndexConfig("fess_user.user/user"); testClient.addIndexConfig("fess_log.search_log/search_log"); } @Override
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 28.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
protected boolean usePipeline = false; /** * Adds an index configuration file path to be loaded. * * @param path path to the index configuration file */ public void addIndexConfig(final String path) { indexConfigList.add(path); } /** * Adds a configuration file for a specific index. * * @param index the index nameCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 138.6K bytes - Click Count (1)