Overview
Ingest plugins provide functionality to process and transform data before documents are registered in the index.
Use Cases
Text normalization (full-width/half-width conversion, etc.)
Adding metadata
Masking sensitive information
Adding custom fields
Basic Implementation
Implement the IngestHandler interface:
Registration
fess_ingest.xml:
Configuration
fess_config.properties:
Reference
Plugin Architecture - Plugin Architecture