elasticsearch/plugins/mapper-murmur3
Jim Ferenczi 54af815ad9
Refactor SourceProvider creation to consistently use MappingLookup (#128213)
This change updates the code to always create SourceProvider instances via MappingLookup, avoiding direct exposure to the underlying source format (synthetic or stored).
It also aligns source filtering behaviour between SourceProvider and SourceLoader, ensuring consistent application of filters.

This change is needed to enable source filtering to occur earlier in the fetch phase, for example, when constructing a synthetic source.
2025-05-22 14:45:13 +01:00
..
src Refactor SourceProvider creation to consistently use MappingLookup (#128213) 2025-05-22 14:45:13 +01:00
build.gradle Update Gradle wrapper to 8.12 (#118683) 2024-12-30 15:34:24 +01:00