- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getIngestFactory (0.16 sec)
-
src/main/java/org/codelibs/fess/ingest/Ingester.java
*/ public void register() { getIngestFactory().add(this); } /** * Gets the ingest factory instance for managing ingesters. * * @return the ingest factory instance */ protected IngestFactory getIngestFactory() { return ComponentUtil.getIngestFactory(); } /** * Processes a result data object for web/file crawling.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/processor/FessResponseProcessor.java
* Sets up the ingest factory if available in the component system. */ @PostConstruct public void init() { if (ComponentUtil.hasIngestFactory()) { ingestFactory = ComponentUtil.getIngestFactory(); } } /** * Creates an access result after processing the response data through ingesters. * * @param responseData the response data from the crawled resource
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.7K bytes - Viewed (0)