Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for QueueIndex (0.28 sec)

  1. fess-crawler-es/src/main/java/org/codelibs/fess/crawler/util/EsCrawlerConfig.java

        protected int dataReplicas = 1;
    
        protected int filterReplicas = 1;
    
        public String getQueueIndex() {
            return queueIndex;
        }
    
        public void setQueueIndex(final String queueIndex) {
            this.queueIndex = queueIndex;
        }
    
        public String getDataIndex() {
            return dataIndex;
        }
    
        public void setDataIndex(final String dataIndex) {
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. src/main/resources/crawler_es+crawlerConfig.xml

    	"http://dbflute.org/meta/lastadi10.dtd">
    <components namespace="fessCrawler">
    	<component name="crawlerConfig" class="org.codelibs.fess.crawler.util.FessCrawlerConfig">
    		<property name="queueIndex">"fess_crawler.queue"</property>
    		<property name="queueShards">5</property>
    		<property name="queueReplicas">1</property>
    		<property name="dataIndex">"fess_crawler.data"</property>
    		<property name="dataShards">5</property>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Dec 03 13:06:40 UTC 2021
    - 756 bytes
    - Viewed (0)
  3. fess-crawler-es/src/main/resources/crawler_es.xml

    		class="org.codelibs.fess.crawler.service.impl.EsUrlFilterService">
    		<arg>crawlerConfig</arg>
    	</component>
    
    	<component name="crawlerConfig" class="org.codelibs.fess.crawler.util.EsCrawlerConfig">
    		<property name="queueIndex">"fess_crawler.queue"</property>
    		<property name="queueShards">5</property>
    		<property name="queueReplicas">1</property>
    		<property name="dataIndex">"fess_crawler.data"</property>
    		<property name="dataShards">5</property>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Fri Dec 03 12:48:53 UTC 2021
    - 2.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_controller_debug.go

    	tabWriter := tabwriter.NewWriter(w, 8, 0, 1, ' ', 0)
    	tabPrint(tabWriter, rowForHeaders([]string{
    		"PriorityLevelName",   // 1
    		"FlowSchemaName",      // 2
    		"QueueIndex",          // 3
    		"RequestIndexInQueue", // 4
    		"FlowDistingsher",     // 5
    		"ArriveTime",          // 6
    		"InitialSeats",        // 7
    		"FinalSeats",          // 8
    		"AdditionalLatency",   // 9
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 18 17:38:43 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.28.md

    - The helping message of commands which have sub-commands...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
Back to top