Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for addIndexConfig (0.09 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. 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)
  2. 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)
Back to Top