Skip to content

[BUG?] Field mapping type supported properties removed in master #61563

@russcam

Description

@russcam

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

  • boost no longer supported

keyword field mapping type

  • similarity no longer supported

boolean field mapping type

  • similarity no longer supported

date field mapping type

  • similarity no longer supported

binary field mapping type

  • similarity no longer supported

number field mapping types (integer, scaled_float, etc.)

  • similarity no longer supported
  • boost no longer supported

Metadata

Metadata

Assignees

Labels

:Search Foundations/MappingIndex mappings, including merging and defining field types>bugTeam:Search FoundationsMeta label for the Search Foundations team in Elasticsearch

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions