-
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
match_phrase_prefix in SQL with optional parameters #70
match_phrase_prefix in SQL with optional parameters #70
Conversation
Signed-off-by: MaxKsyunz <[email protected]>
Signed-off-by: MaxKsyunz <[email protected]>
Signed-off-by: MaxKsyunz <[email protected]>
Codecov Report
@@ Coverage Diff @@
## dev-match_phrase_prefix-#186 #70 +/- ##
===============================================================
Coverage 97.66% 97.67%
- Complexity 2747 2752 +5
===============================================================
Files 269 269
Lines 6781 6789 +8
Branches 435 435
===============================================================
+ Hits 6623 6631 +8
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.
|
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]>
Added new content type "xy_shape" to index document with field of type "xy_shape". This is similar to geo_shape. It accepts value as either GeoJSON format or WKT format. This has same parameters as geo_shape like ignore_malformed, ignore_z_value, coerce, orientation. Signed-off-by: Vijayan Balasubramanian <[email protected]>
Description
Support boost, slop, analyzer, zero_terms_query, and max_expansions optional parameters for match_phrase_prefix in SQL.
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.