Fixing indices create partially #4652
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The missing validated tests are either:
Details:
IcuCollationTokenFilter
's fields are actually snakeCase and not camel_case -> server codeHunspellTokenFilter
:locale
has two aliases, and if it's set as mandatory as it was before, this means that the generator will generate 3 mandatory fields. For now I'm setting this as optional, but maybe we should support this as a feature?PatternReplaceTokenFilter
was missing theflags
field -> server codeEdgeNGramTokenizer
, token_chars can also be expressed as a csv, so making it astring | enum
unionRankVectorProperty
was missing -> server codeFlattenedProperty
was missingtime_series_dimensions
-> server codeAggregateMetricDoubleProperty
was missingignore_malformed
-> server codeGeoPointProperty
was missingtime_series_metric
-> server codeStorage
inIndexSettings
was missingstats_refresh_interval
, but I also noticed that in the code and yaml tests there was no trace of thetype
field, nor theStorageType
enum, so maybe we can remove that. -> server code