Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions explore-analyze/query-filter/languages/querydsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The [`_search` endpoint](../../../solutions/search/querying-for-search.md) accep

### Search and filter with Query DSL [search-analyze-query-dsl-search-filter]

Query DSL support a wide range of search techniques, including the following:
Query DSL supports a wide range of search techniques, including the following:

* [**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.
* [**Keyword search**](elasticsearch://reference/elasticsearch/mapping-reference/keyword.md): Search for exact matches using `keyword` fields.
Expand Down Expand Up @@ -172,4 +172,4 @@ Scores calculated for queries in query context are represented as single precisi

::::{tip}
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.
::::
::::
Loading