Ingest processor access to correct analyzer for the field

I'm attempting to use an ingest processor to add additional data to documents. I need word positions from the analyzer to add this data. The AnalysisRegistry is there to provide the analyzers, but where can I find the mapping from the field names to the correct analyzer? Can you provide an example of how a processor would obtain the correct analyzer for its fields?

Thanks!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.