Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for indexUpdater (0.5 sec)

  1. 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)
  2. 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)
Back to top