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).

elseif query v10.4.28 null disable cache query v10.4.28 Disables the storage cache in full for this query. Cache could be behind max. 5 seconds. limit query v10.4.28 Limit the search result, this does not work for streaming search on large storages. include geo distance query v12.0.4 Adds a field "distance" which returns the distance in meters based on the given geo_point include removed query v10.4.28 Include removed documents in the matching results. geo distance sorting query v12.0.4 Sorts the results on the given geo_point field and ordering. count only query v10.4.28 Return only the total number of documents found. cast to object object v10.4.28 null sorting query v10.4.28 Sorts the results on the given field and ordering. if 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. 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. include total hits query v10.4.28 Include the total number of documents found besides the matching document count. 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