Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for addIndexConfig (2.14 sec)

  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">
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Wed Nov 06 13:45:02 UTC 2024
    - 16K bytes
    - Viewed (0)
  2. 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 name
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
Back to top