-
Notifications
You must be signed in to change notification settings - Fork 25
Updating mapping to double for long #326
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
Updating mapping to double for long #326
Conversation
Best to keep the mapping for Opensearch in sync with Elasticsearch: Line 108 in e45cfea
https://opensearch.org/docs/latest/field-types/supported-field-types/numeric/ |
@johnmichaelmurner Hi. Are you able to add your changes to the main database_logic.py file in the core folder? https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/blob/main/stac_fastapi/core/stac_fastapi/core/database_logic.py Things have moved around and it would be nice to merge this pr. Thank you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work here @johnmichaelmurner. I made a couple edits because the codebase has changed lately. Thank you.
Related Issue(s):
#320
Description:
Convert dynamic mapping from
PR Checklist:
pre-commit run --all-files
)make test
)