mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
* delete asciidoc files
* add migrated files
* fix errors
* Disable docs tests
* Clarify release notes page titles
* Revert "Clarify release notes page titles"
This reverts commit 8be688648d
.
* Comment out edternal URI images
* Clean up query languages landing pages, link to conceptual docs
* Add .md to url
* Fixes inference processor nesting.
---------
Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
Co-authored-by: Liam Thompson <leemthompo@gmail.com>
Co-authored-by: Martijn Laarman <Mpdreamz@gmail.com>
Co-authored-by: István Zoltán Szabó <szabosteve@gmail.com>
2 KiB
2 KiB
mapped_pages | |
---|---|
|
Specialized queries [specialized-queries]
This group contains queries which do not fit into the other groups:
distance_feature
query- A query that computes scores based on the dynamically computed distances between the origin and documents'
date
,date_nanos
, andgeo_point
fields. It is able to efficiently skip non-competitive hits. more_like_this
query- This query finds documents which are similar to the specified text, document, or collection of documents.
percolate
query- This query finds queries that are stored as documents that match with the specified document.
rank_feature
query- A query that computes scores based on the values of numeric features and is able to efficiently skip non-competitive hits.
script
query- This query allows a script to act as a filter. Also see the
function_score
query. script_score
query- A query that allows to modify the score of a sub-query with a script.
wrapper
query- A query that accepts other queries as json or yaml string.
pinned
query- A query that promotes selected documents over others matching a given query.
rule
query- A query that supports applying query-based contextual rules, defined using the Query Rules API, to a given query.