-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Fixed a bug where text fields in LogsDB indices did not use their keyword multi fields for block loading #134253
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
004d04c
Added keyword multi field with ignore_above to match only text bwc tests
Kubik42 be849ea
Rework ignore_above
Kubik42 5bc89e8
Added unit tests
Kubik42 78ba81c
Undo changed to match only text bwc test
Kubik42 5b458f8
formatting
Kubik42 83bab47
Removed indexMode from field type
Kubik42 bee6473
Added another test case
Kubik42 696bccf
Fixed failing bwc tests
Kubik42 ffb7555
Improved msg
Kubik42 000d944
Added additional tests
Kubik42 1e9bfe4
Added IgnoreAbove record, addressed index-level ignore above
Kubik42 ac7f5bf
Fixed test typos
Kubik42 634ca04
Added IgnoreAboveTest
Kubik42 7e55ebd
Enforce at least one value or defaultValue to always be non-null when…
Kubik42 937631e
Merge branch 'main' into kubik42-isignoreaboveset
Kubik42 e03dcff
When initializing IgnoreAbove, dont use defaultValue from builder - t…
Kubik42 2143b07
Fixed typo
Kubik42 a7c2fbb
Switched IgnoreAbove to constructor only, removed the ability to set …
Kubik42 798b9a5
Update docs/changelog/134253.yaml
Kubik42 ba7fc0e
Update 134253.yaml
Kubik42 186776b
Move IgnoreAbove into Mapper and make it final, move everything new o…
Kubik42 44d9ce8
Fixed typo
Kubik42 42c82a9
Added helpful constructor to IgnoreAbove
Kubik42 d26fad8
Added helpful constructor to IgnoreAbove
Kubik42 03943bc
Merge branch 'main' into kubik42-isignoreaboveset
Kubik42 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 134253 | ||
summary: Fixed a bug where text fields in LogsDB indices did not use their keyword multi fields for block loading | ||
area: Mapping | ||
type: bug | ||
issues: [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
removed - wasn't being used anywhere