process
fun process(chunks: List<<Error class: unknown class>>, context: SourceAnalysisContext): EntityResults
Process multiple chunks through the pipeline.
For cross-chunk entity resolution, the context's EntityResolver is wrapped with an InMemoryEntityResolver via ChainedEntityResolver. This ensures entities discovered in earlier chunks can be recognized in later chunks without external persistence.
Return
Aggregated processing results
Parameters
chunks
The chunks to process
context
Configuration including schema