-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Description
From an internal conversation with @romseygeek, there may be some changes in supported properties from some refactoring to field mapping types taking place in the master branch. I'm opening this issue to raise the ones that we have seen from the integration tests of the .NET client.
Kindly note, the client integration tests are typically exhaustive in setting all field mapping properties available and there's an open issue to refactor the type mapping hierarchy in the client (elastic/elasticsearch-net#3145) as we're aware that some inherited properties are not valid for all derived types. As such, some of the below properties maybe shouldn't have been supported anyway i.e. ignored by Elasticsearch if passed, but I thought it would be better to list all the errors seen in our integration tests than not.
ip field mapping type
boostno longer supported
keyword field mapping type
similarityno longer supported
boolean field mapping type
similarityno longer supported
date field mapping type
similarityno longer supported
binary field mapping type
similarityno longer supported
number field mapping types (integer, scaled_float, etc.)
similarityno longer supportedboostno longer supported