- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for indexUpdater (0.18 sec)
-
src/main/java/org/codelibs/fess/indexer/IndexUpdater.java
private IngestFactory ingestFactory = null; /** * Default constructor for IndexUpdater. * Initializes a new instance with default settings. */ public IndexUpdater() { super(); } /** * Initializes the IndexUpdater after dependency injection. * Sets up the ingest factory if available in the component container. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 32.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/WebFsIndexHelper.java
} // run index update final IndexUpdater indexUpdater = ComponentUtil.getIndexUpdater(); indexUpdater.setName("IndexUpdater"); indexUpdater.setPriority(indexUpdaterPriority); indexUpdater.setSessionIdList(sessionIdList); indexUpdater.setDaemon(true); indexUpdater.setCrawlerList(crawlerList); getAvailableBoostDocumentRuleList().forEach(rule -> {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 24.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java
// Inject dependencies indexUpdater.searchEngineClient = searchEngineClient; indexUpdater.dataService = dataService; indexUpdater.urlQueueService = urlQueueService; indexUpdater.urlFilterService = urlFilterService; indexUpdater.clickLogBhv = clickLogBhv; indexUpdater.favoriteLogBhv = favoriteLogBhv; indexUpdater.systemHelper = systemHelper;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 33K bytes - Viewed (0) -
src/main/webapp/WEB-INF/env/crawler/resources/app.xml
<arg>"5:00"</arg> <arg>"10:00"</arg> <arg>"2,3,4,5,6"</arg> <arg>3600000</arg> </postConstruct> --> </component> <component name="indexUpdater" class="org.codelibs.fess.indexer.IndexUpdater" instance="prototype"> <!-- <property name="maxDocumentCacheSize">5</property> <property name="unprocessedDocumentSize">100</property> <property name="threadDump">false</property>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Nov 07 06:19:20 UTC 2024 - 1.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/ComponentUtil.java
private static final String DATA_SERVICE = "dataService"; private static final String MESSAGE_MANAGER = "messageManager"; private static final String INDEX_UPDATER = "indexUpdater"; private static final String FILE_TYPE_HELPER = "fileTypeHelper"; private static final String EXTRACTOR_FACTORY = "extractorFactory";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 28.9K bytes - Viewed (0)