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

Adding new rewrite override parameter to terms query #15012

Closed
wants to merge 29 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
6617c87
Adding new rewrite override parameter to terms query
harshavamsi Jul 29, 2024
2ce46c4
Fix field parsing in fromXContent
harshavamsi Jul 31, 2024
b3b17a6
Remove un-necessary variable
harshavamsi Jul 31, 2024
9829e9c
Merge branch 'main' into keyword_terms
harshavamsi Jul 31, 2024
c978ea3
Fix term query tests
harshavamsi Jul 31, 2024
31e4964
Spotless
harshavamsi Jul 31, 2024
07e3caa
Spotless
harshavamsi Jul 31, 2024
67425be
Add rewrite_override to more queries
harshavamsi Aug 5, 2024
79ae3ef
Spotless
harshavamsi Aug 5, 2024
c617db8
Merge branch 'main' into keyword_terms
harshavamsi Aug 5, 2024
c3fb215
Fix tests
harshavamsi Aug 5, 2024
de9e944
Spotless
harshavamsi Aug 5, 2024
6dc2b0b
Add query overrides
harshavamsi Aug 8, 2024
6b0921a
Adding yaml tests
harshavamsi Aug 9, 2024
cf82097
Fix missing comma
harshavamsi Aug 9, 2024
c9b9212
Fix enum docs
harshavamsi Aug 9, 2024
dea3c0d
Address comments
harshavamsi Aug 14, 2024
437e1fe
Merge branch 'main' into keyword_terms
harshavamsi Aug 14, 2024
1a27ec3
Address comments
harshavamsi Aug 19, 2024
c20396f
Fix prefix query
harshavamsi Aug 19, 2024
1a659c8
Merge branch 'main' into keyword_terms
harshavamsi Aug 20, 2024
85e0db5
Separate rewrite tests
harshavamsi Aug 20, 2024
f044fc6
Fix query rewrite for terms
harshavamsi Aug 20, 2024
89ff5c8
Remove tests from older section
harshavamsi Aug 21, 2024
ce3eb14
Update version to 3.0
harshavamsi Aug 21, 2024
a5a9e57
Update version in yml tests
harshavamsi Aug 21, 2024
4b012e9
Merge branch 'main' into keyword_terms
harshavamsi Aug 22, 2024
20de476
Update version check
harshavamsi Aug 22, 2024
8d7c3c9
Merge branch 'main' into keyword_terms
harshavamsi Sep 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Optimize regexp-based include/exclude on aggregations when pattern matches prefixes ([#14371](https://github.com/opensearch-project/OpenSearch/pull/14371))
- Replace and block usages of org.apache.logging.log4j.util.Strings ([#15238](https://github.com/opensearch-project/OpenSearch/pull/15238))
- Remote publication using minimum node version for backward compatibility ([#15216](https://github.com/opensearch-project/OpenSearch/pull/15216))

- Updated `termsQuery` in `KeywordField` to set custom rewrite_override before executing query

### Deprecated

Expand Down
Loading
Loading