You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: explore-analyze/query-filter/languages/querydsl.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The [`_search` endpoint](../../../solutions/search/querying-for-search.md) accep
20
20
21
21
### Search and filter with Query DSL [search-analyze-query-dsl-search-filter]
22
22
23
-
Query DSL support a wide range of search techniques, including the following:
23
+
Query DSL supports a wide range of search techniques, including the following:
24
24
25
25
*[**Full-text search**](/solutions/search/full-text.md): Search text that has been analyzed and indexed to support phrase or proximity queries, fuzzy matches, and more.
26
26
*[**Keyword search**](elasticsearch://reference/elasticsearch/mapping-reference/keyword.md): Search for exact matches using `keyword` fields.
@@ -172,4 +172,4 @@ Scores calculated for queries in query context are represented as single precisi
172
172
173
173
::::{tip}
174
174
Use query clauses in query context for conditions which should affect the score of matching documents (i.e. how well does the document match), and use all other query clauses in filter context.
0 commit comments