SQL: MATCH and QUERY documentation; one list of functions#40494
Merged
astefan merged 6 commits intoelastic:masterfrom Mar 27, 2019
Merged
SQL: MATCH and QUERY documentation; one list of functions#40494astefan merged 6 commits intoelastic:masterfrom
astefan merged 6 commits intoelastic:masterfrom
Conversation
Polish the functions pages and add a list of functions to the main Functions & Operators page.
Collaborator
|
Pinging @elastic/es-search |
costin
approved these changes
Mar 27, 2019
Member
costin
left a comment
There was a problem hiding this comment.
Excellent work!
My only comment would be to add a comment to LIKE and RLIKE section mentioning the advantages of full-text queries: faster, more powerful and accurate.
| include-tagged::{sql-specs}/docs/docs.csv-spec[simpleMatch] | ||
| ---- | ||
|
|
||
| However, it can also receive a list of fields and their corresponding optional `boost` value. In this case, {es-sql} will use a |
Member
There was a problem hiding this comment.
I would add a basic explanation on boosting does in this example for SQL folks that might be familiar with it.
| additional configuration parameters (separated by semicolon `;`) for either `match` or `multi_match` queries. For example: | ||
|
|
||
| ["source","sql",subs="attributes,callouts,macros"] | ||
| ---- |
Member
There was a problem hiding this comment.
Same here - explain what the example tries to achieve.
| @@ -7,14 +7,115 @@ | |||
|
|
|||
| * <<sql-operators, Operators>> | |||
Contributor
Author
astefan
added a commit
that referenced
this pull request
Mar 27, 2019
* Document MATCH and QUERY function predicates. * Polish the functions pages and add a list of functions to the main Functions & Operators page. (cherry picked from commit 4cec0ae)
astefan
added a commit
that referenced
this pull request
Mar 28, 2019
* Document MATCH and QUERY function predicates. * Polish the functions pages and add a list of functions to the main Functions & Operators page. (cherry picked from commit 4cec0ae)
astefan
added a commit
that referenced
this pull request
Mar 28, 2019
* Document MATCH and QUERY function predicates. * Polish the functions pages and add a list of functions to the main Functions & Operators page. (cherry picked from commit 4cec0ae)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds documentation for MATCH and QUERY function predicates, updates the Functions & Operators page to include the list of all available functions and polishes (&rearranges) some of the other functions pages.
Fixes #35076.
Fixes #36885.