mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
This refactors MapperService so that it wraps a single `DocumentMapper` rather than a `Map<String, DocumentMapper>`. We will need follow-ups since I haven't fixed most APIs that still expose collections of types of mappers, but this is a start...