OpenSearch/plugins/mapper-size
Adrien Grand 96f1739c0d The `_all` default mapper is not completely configured. (#22236)
In some cases, it might happen that the `_all` field gets a field type that is
not totally configured, and in particular lacks analyzers. This is due to the
fact that `AllFieldMapper.TypeParser.getDefault` uses `Defaults.FIELD_TYPE` as
a default field type, which does not have any analyzers configured since it
does not know about the default analyzers.
2016-12-19 09:54:27 +01:00
..
src The `_all` default mapper is not completely configured. (#22236) 2016-12-19 09:54:27 +01:00
build.gradle upgrade to lucene 6.0.0-snapshot-bea235f 2016-03-07 04:12:23 -05:00