RUAL Documentation

Blocks within query: misc.

List of all the block within the query: misc. group. If you're running an older core version, there may be groups listed here that are not available to you (yet).

cast to object object v10.4.28 null if query v10.4.28 null sorting query v10.4.28 Sorts the results on the given field and ordering. sort score query v14.0.4 Sorts results by their relevance score. Use together with a tiebreaker sort (e.g. sorting on _meta.created) for reliable cursor-based pagination with search_after. geo distance sorting query v12.0.4 Sorts the results on the given geo_point field and ordering. include geo distance query v12.0.4 Adds a field "distance" which returns the distance in meters based on the given geo_point include total hits query v10.4.28 Include the total number of documents found besides the matching document count. limit query v10.4.28 Limit the search result, this does not work for streaming search on large storages. fields to select query v12.1.1 Only return the selected fields in the search results (e.g. speed improvement) profile query v9.2.15 Returns a profile of the matching results for debug purpose only. count only query v10.4.28 Return only the total number of documents found. elseif query v10.4.28 null sort random query v10.4.28 Sort the results randomly. This sorting only works if at least one positive query (e.g. must, filter, should) is used. search after query v14.0.4 Enables cursor-based pagination using search_after. Pass the cursor from a previous search to continue from where it left off. disable cache query v10.4.28 Disables the storage cache in full for this query. Cache could be behind max. 5 seconds. include removed query v10.4.28 Include removed documents in the matching results. offset query v10.4.28 Start document search with an offset of..
Back to query Return to the main group to view all sub-groups