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!