-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add support for match_phrase_prefix in SQL and PPL #79
Add support for match_phrase_prefix in SQL and PPL #79
Conversation
Signed-off-by: MaxKsyunz <[email protected]>
Signed-off-by: MaxKsyunz <[email protected]>
Change generateQueries signature to use more appropriate Map type. Signed-off-by: MaxKsyunz <[email protected]>
Signed-off-by: MaxKsyunz <[email protected]>
Signed-off-by: MaxKsyunz <[email protected]>
Signed-off-by: MaxKsyunz <[email protected]>
…quired Add match_phrase_prefix to SQL with required parameters.
Private constants look odd. Signed-off-by: MaxKsyunz <[email protected]>
Signed-off-by: MaxKsyunz <[email protected]>
Signed-off-by: MaxKsyunz <[email protected]>
Signed-off-by: MaxKsyunz <[email protected]>
Signed-off-by: MaxKsyunz <[email protected]>
A convenience method to simplify writing tests. Signed-off-by: MaxKsyunz <[email protected]>
Signed-off-by: MaxKsyunz <[email protected]>
Signed-off-by: MaxKsyunz <[email protected]>
Signed-off-by: MaxKsyunz <[email protected]>
…l-opt match_phrase_prefix in SQL with optional parameters
…refix-#186 # Conflicts: # core/src/main/java/org/opensearch/sql/expression/DSL.java # core/src/main/java/org/opensearch/sql/expression/function/OpenSearchFunctions.java # core/src/test/java/org/opensearch/sql/analysis/ExpressionAnalyzerTest.java # opensearch/src/main/java/org/opensearch/sql/opensearch/storage/script/filter/FilterQueryBuilder.java # opensearch/src/test/java/org/opensearch/sql/opensearch/storage/script/filter/FilterQueryBuilderTest.java # sql/src/main/antlr/OpenSearchSQLLexer.g4 # sql/src/main/antlr/OpenSearchSQLParser.g4
Signed-off-by: MaxKsyunz <[email protected]>
Signed-off-by: MaxKsyunz <[email protected]>
Signed-off-by: MaxKsyunz <[email protected]>
Signed-off-by: MaxKsyunz <[email protected]>
Signed-off-by: MaxKsyunz <[email protected]>
…l-req Add match_phrase_prefix support to where command in PPL
Signed-off-by: MaxKsyunz <[email protected]>
Signed-off-by: MaxKsyunz <[email protected]>
Signed-off-by: MaxKsyunz <[email protected]>
…l-itests Add integration tests for match_phrase_prefix in SQL
- match_phrase was used in a couple places. - some optional parameters were missing. Signed-off-by: MaxKsyunz <[email protected]>
Signed-off-by: MaxKsyunz <[email protected]>
match_phrase_prefix documentation for SQL and PPL
…l_it Integration tests for match_phrase_prefix in PPL
Codecov Report
@@ Coverage Diff @@
## integ-match_phrase_prefix-#186 #79 +/- ##
=================================================================
Coverage 97.71% 97.71%
- Complexity 2801 2810 +9
=================================================================
Files 270 271 +1
Lines 6912 6929 +17
Branches 439 439
=================================================================
+ Hits 6754 6771 +17
Misses 157 157
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
…refix-#186 # Conflicts: # core/src/main/java/org/opensearch/sql/expression/DSL.java # docs/user/dql/functions.rst # docs/user/ppl/functions/relevance.rst
core/src/test/java/org/opensearch/sql/analysis/ExpressionAnalyzerTest.java
Outdated
Show resolved
Hide resolved
Signed-off-by: MaxKsyunz <[email protected]>
...a/org/opensearch/sql/opensearch/storage/script/filter/lucene/relevance/MatchPhraseQuery.java
Show resolved
Hide resolved
Signed-off-by: MaxKsyunz <[email protected]>
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.
LGTM
Include whether to add z coords into Geometry or not as param to random function, except Polygon. Generating true random polygon is very complicated since 3 points at least to be non-collinear. Will add support to be truly random during later commit. Signed-off-by: Vijayan Balasubramanian <[email protected]>
Add support for match_phrase_prefix in SQL and PPL
Issues Resolved
#186
Check List
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.