-
Notifications
You must be signed in to change notification settings - Fork 0
Update documentation #93
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
Conversation
Signed-off-by: MaxKsyunz <[email protected]>
Signed-off-by: MaxKsyunz <[email protected]>
Codecov Report
@@ Coverage Diff @@
## integ-doc-sql-ver-note #93 +/- ##
=========================================================
Coverage ? 97.75%
Complexity ? 2859
=========================================================
Files ? 273
Lines ? 7029
Branches ? 444
=========================================================
Hits ? 6871
Misses ? 157
Partials ? 1
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. |
docs/user/beyond/fulltext.rst
Outdated
|
|
||
| Full-text search is for searching a single stored document which is distinguished from regular search based on original texts in database. It tries to match search criteria by examining all of the words in each document. In OpenSearch, full-text queries provided enables you to search text fields analyzed during indexing. | ||
|
|
||
| This document describes the original SQL engine. It only applies to queries that are not handled by the current SQL engine. Documentation for the current engine can be found `here <../dql/functions.rst#relevance>`_. |
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.
I'm just thinking we could use slightly more accurate wording here, is this better?
It only applies to queries that cannot be handled by the current SQL engine.
Yury-Fridlyand
left a comment
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.
Should we list engine limitations here?
https://github.com/Yury-Fridlyand/documentation-website/blob/main/_search-plugins/sql/limitation.md#query-processing-engines
Doesn't that page already lists them? Not sure what you'd like to add there. |
Signed-off-by: MaxKsyunz <[email protected]>
Description
Note the distinction between original and current SQL engines
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.