OpenSearch/plugins/mapper-murmur3
Julie Tibshirani f17ca18dfa
Make array value parsing flag more robust. (#63371)
When constructing a value fetcher, the 'parsesArrayValue' flag must match
`FieldMapper#parsesArrayValue`. However there is nothing in code or tests to
help enforce this.

This PR reworks the value fetcher constructors so that `parsesArrayValue` is
'false' by default. Just as for `FieldMapper#parsesArrayValue`, field types must
explicitly set it to true and ensure the behavior is covered by tests.

Follow-up to #62974.
2020-10-06 17:49:25 -07:00
..
src Make array value parsing flag more robust. (#63371) 2020-10-06 17:49:25 -07:00
build.gradle Migrate some more mapper test cases (#61507) (#61552) 2020-08-25 15:27:26 -04:00