Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getQueueIndex (0.04 seconds)

  1. src/main/java/org/codelibs/fess/crawler/util/FessCrawlerConfig.java

            super();
        }
    
        /**
         * Gets the name of the queue index for the crawler.
         *
         * @return the queue index name
         */
        @Override
        public String getQueueIndex() {
            return ComponentUtil.getFessConfig().getIndexDocumentCrawlerIndex() + ".queue";
        }
    
        /**
         * Gets the name of the data index for the crawler.
         *
         * @return the data index name
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 3.5K bytes
    - Click Count (0)
Back to Top