-
Notifications
You must be signed in to change notification settings - Fork 118
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
added support for QueryStringQuery in rollups #616
Conversation
FYI @nknize @rishabhmaurya @sbcd90 please review. Thanks! |
Codecov Report
@@ Coverage Diff @@
## main #616 +/- ##
============================================
+ Coverage 75.32% 75.73% +0.40%
- Complexity 2605 2656 +51
============================================
Files 330 333 +3
Lines 15111 15358 +247
Branches 2337 2380 +43
============================================
+ Hits 11382 11631 +249
+ Misses 2397 2369 -28
- Partials 1332 1358 +26
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
src/main/kotlin/org/opensearch/indexmanagement/rollup/interceptor/RollupInterceptor.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/opensearch/indexmanagement/rollup/util/QueryShardContextFactory.kt
Show resolved
Hide resolved
src/main/kotlin/org/opensearch/indexmanagement/rollup/util/QueryShardContextFactory.kt
Show resolved
Hide resolved
src/main/kotlin/org/opensearch/indexmanagement/rollup/util/RollupUtils.kt
Outdated
Show resolved
Hide resolved
src/test/kotlin/org/opensearch/indexmanagement/rollup/interceptor/RollupInterceptorIT.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/opensearch/indexmanagement/rollup/util/QueryShardContextFactory.kt
Show resolved
Hide resolved
Reference: #320 |
src/main/kotlin/org/opensearch/indexmanagement/rollup/util/QueryShardContextFactory.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/opensearch/indexmanagement/rollup/util/QueryShardContextFactory.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/opensearch/indexmanagement/rollup/util/QueryShardContextFactory.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/opensearch/indexmanagement/rollup/query/QueryStringQueryUtil.kt
Show resolved
Hide resolved
src/test/kotlin/org/opensearch/indexmanagement/rollup/interceptor/RollupInterceptorIT.kt
Show resolved
Hide resolved
82a1490
to
4c7b9ab
Compare
Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
1c219ba
to
dcc6766
Compare
Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
* added support for QueryStringQuery in rollups Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * detekt fix Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * compile fix Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * IT fix Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> (cherry picked from commit 3de566e)
* added support for QueryStringQuery in rollups Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * detekt fix Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * compile fix Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * IT fix Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> (cherry picked from commit 3de566e)
* added support for QueryStringQuery in rollups Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * detekt fix Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * compile fix Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * IT fix Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> (cherry picked from commit 3de566e) Co-authored-by: Petar Dzepina <petar.dzepina@gmail.com>
* added support for QueryStringQuery in rollups Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * detekt fix Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * compile fix Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * IT fix Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> (cherry picked from commit 3de566e) Co-authored-by: Petar Dzepina <petar.dzepina@gmail.com>
opensearch-project#654) * added support for QueryStringQuery in rollups Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * detekt fix Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * compile fix Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * IT fix Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> (cherry picked from commit 3de566e) Co-authored-by: Petar Dzepina <petar.dzepina@gmail.com>
opensearch-project#654) * added support for QueryStringQuery in rollups Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * detekt fix Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * compile fix Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> * IT fix Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com> (cherry picked from commit 3de566e) Co-authored-by: Petar Dzepina <petar.dzepina@gmail.com> Signed-off-by: Ronnak Saxena <ronsax@amazon.com>
Signed-off-by: Petar Dzepina petar.dzepina@gmail.com
Issue #, if available:
#320
Description of changes:
CheckList:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.