- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for IndexUpdater (0.04 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/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)