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

Fix default dynamic mapping config #5653

Merged
merged 1 commit into from
Jan 27, 2025
Merged

Conversation

rdettai
Copy link
Collaborator

@rdettai rdettai commented Jan 27, 2025

Description

Changed config to match

```yaml
version: 0.7
index_id: my-dynamic-index
doc_mapping:
mode: dynamic
dynamic_mapping:
indexed: true
stored: true
tokenizer: default
record: basic
expand_dots: true
fast: true
```

Closes #5571

How was this PR tested?

Added unit test in index config

@rdettai rdettai self-assigned this Jan 27, 2025
@rdettai rdettai requested a review from guilload January 27, 2025 14:04
@rdettai rdettai force-pushed the fix-default-dynamic-mapping branch from e7dc8de to ff7c3f3 Compare January 27, 2025 15:04
@guilload guilload merged commit 20769a7 into main Jan 27, 2025
8 checks passed
@guilload guilload deleted the fix-default-dynamic-mapping branch January 27, 2025 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Documentation topic] doc error, cannot search by body field
2 participants