-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[Docs] Add docs for new semantic text query functionality #119520
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
Changes from 2 commits
872941d
5da49f0
ae8d3d2
8c63960
fece9ec
0bbf15a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,8 @@ provided text is analyzed before matching. | |
The `match` query is the standard query for performing a full-text search, | ||
including options for fuzzy matching. | ||
|
||
`Match` will also work against <<semantic-text, semantic_text>> fields. | ||
|
||
|
||
|
||
[[match-query-ex-request]] | ||
==== Example request | ||
|
@@ -296,4 +298,3 @@ The example above creates a boolean query: | |
|
||
that matches documents with the term `ny` or the conjunction `new AND york`. | ||
By default the parameter `auto_generate_synonyms_phrase_query` is set to `true`. | ||
|
Uh oh!
There was an error while loading. Please reload this page.