Skip to content
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

[DOC] No documentation present for dynamic templates in Opensearch which is already supported by Opensearch since its inception #7212

Closed
1 of 4 tasks
navneet1v opened this issue May 18, 2024 · 1 comment · Fixed by #6933
Assignees
Labels
3 - Tech review PR: Tech review in progress Content gap Needs SME Waiting on input from subject matter expert

Comments

@navneet1v
Copy link
Contributor

What do you want to do?

  • Request a change to existing documentation
  • Add new documentation
  • Report a technical problem with the documentation
  • Other

Tell us about your request. Provide a summary of the request and all versions that are affected.
Opensearch has a feature since its Elastic days called as dynamic templates which can be used for updating the behavior in which Opensearch interprets the fields if no mapping is present for that field. But in the documentation, it is no where to be found. My request here is to add the documentation for that.

What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
This feature is already present, I am attaching some request about the feature I am taking about.

PUT movies1
{
  "mappings": {
    "dynamic_templates": [
      {
        "strings": {
          "match_mapping_type": "string",
          "mapping": {
            "type": "text",
            "fields": {
              "keyword": {
                "type":  "keyword",
                "ignore_above": 256
              }
            }
          }
        }
      }
    ]
  }
}
@hdhalter hdhalter added 1 - Backlog - DOC Doc writer assigned to issue responsible for creating PR. Content gap and removed untriaged labels May 20, 2024
@vagimeli
Copy link
Contributor

vagimeli commented Jun 3, 2024

See PR #6933

SME input needed on PR to move this topic forward

@vagimeli vagimeli added 2 - In progress Issue/PR: The issue or PR is in progress. and removed 1 - Backlog - DOC Doc writer assigned to issue responsible for creating PR. labels Jun 3, 2024
@vagimeli vagimeli linked a pull request Jun 3, 2024 that will close this issue
1 task
@vagimeli vagimeli added 3 - Tech review PR: Tech review in progress and removed 2 - In progress Issue/PR: The issue or PR is in progress. labels Jun 11, 2024
@vagimeli vagimeli added the Needs SME Waiting on input from subject matter expert label Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Tech review PR: Tech review in progress Content gap Needs SME Waiting on input from subject matter expert
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants