- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for hasIngestFactory (0.06 sec)
-
src/main/java/org/codelibs/fess/crawler/processor/FessResponseProcessor.java
* Initializes the processor after dependency injection. * 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. *Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.7K bytes - Viewed (0)