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 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. simple query string query v10.4.28 Ignores any invalid parts of the query string. Should always be used when working with user input. multiple query v10.4.28 must query v10.4.28 All queries provided must match. aggregation query v13.0.4 Build an aggregation on the given query. query string query v10.4.28 Can be used to create a complex search that includes wildcards or searches across multiple fields. If user input is used the simple query string should be used instead of the normal query string. must not query v10.4.28 All queries provided must not match. should / or query v10.4.28 One or all queries provided should match. switch query v12.0.4 Returns a query based of the given expression. filter query v10.4.28 Build a custom query using higher-level bool query. array should / or query v10.4.28 One or all queries from array provided should match array based. Back to
query Return to the main group to view all sub-groups