Blocks within query
List of all the block within the query group. If you're running an older core version, there may be groups listed here that are not available to you (yet).
query v10.4.28
null
function score query v14.0.4
Wraps a query with function_score for custom relevance scoring. Builds script_score, random_score and decay functions from pins. The script_score scores documents by matching their tags field against the provided params — documents without a tags field return a neutral score of 1.
must query v10.4.28
All queries provided must match.
aggregation query v13.0.4
Build an aggregation on the given query.
filter query v10.4.28
Build a custom query using higher-level bool query.
should / or query v10.4.28
One or all queries provided should match.
array should / or query v10.4.28
One or all queries from array provided should match array based.
query string query v10.4.28
null
switch query v12.0.4
Returns a query based of the given expression.
must not query v10.4.28
All queries provided must not match.
simple query string query v10.4.28
null
Back to
query
Return to the main group to view all sub-groups