-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Refactor datatype mappings #3145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Additional example
|
russcam
added a commit
that referenced
this issue
Jul 27, 2020
This commit removes the Similarity property usage from the Date and DateNanos property integration tests. Similarity is not a valid property and should be removed as part of #3145
russcam
added a commit
that referenced
this issue
Jul 27, 2020
This commit removes the Similarity property usage from the Date and DateNanos property integration tests. Similarity is not a valid property and should be removed as part of #3145
github-actions bot
pushed a commit
that referenced
this issue
Jul 27, 2020
This commit removes the Similarity property usage from the Date and DateNanos property integration tests. Similarity is not a valid property and should be removed as part of #3145
github-actions bot
pushed a commit
that referenced
this issue
Jul 27, 2020
This commit removes the Similarity property usage from the Date and DateNanos property integration tests. Similarity is not a valid property and should be removed as part of #3145
russcam
added a commit
that referenced
this issue
Jul 27, 2020
This commit removes the Similarity property usage from the Date and DateNanos property integration tests. Similarity is not a valid property and should be removed as part of #3145 Co-authored-by: Russ Cam <[email protected]>
russcam
added a commit
that referenced
this issue
Jul 27, 2020
This commit removes the Similarity property usage from the Date and DateNanos property integration tests. Similarity is not a valid property and should be removed as part of #3145 Co-authored-by: Russ Cam <[email protected]>
russcam
added a commit
that referenced
this issue
Aug 18, 2020
This commit removes the use of similarity in KeywordProperty tests as it is causing integration test failures on CI. Upstream changes in Elasticsearch are being made to mappings which should be addressed in the client mappings as part of #3145.
russcam
added a commit
that referenced
this issue
Aug 25, 2020
This commit removes use of fields that now cause a 400 response from Elasticsearch. These fields will be refactored as part of #3145
This was referenced Aug 25, 2020
Mpdreamz
pushed a commit
that referenced
this issue
Aug 26, 2020
This commit removes use of fields that now cause a 400 response from Elasticsearch. These fields will be refactored as part of #3145
Closing due to age/inactivity. Will be tackled within code-generator. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Relates #3138
Within mappings, There are some options exposed in base types that are not valid for the inherited types e,g.
ObjectProperty
does not supportStore
, but inherits it fromCorePropertyBase
.Revisit the inheritance structure to address supported options for each type.
The text was updated successfully, but these errors were encountered: