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 sorting query v10.4.28 Sorts the results on the given field and ordering. fields to select query v12.1.1 Only return the selected fields in the search results (e.g. speed improvement) 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. 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.. if query v10.4.28 null include geo distance query v12.0.4 Adds a field "distance" which returns the distance in meters based on the given geo_point cast to object object v10.4.28 null 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. disable cache query v10.4.28 Disables the storage cache in full for this query. Cache could be behind max. 5 seconds. profile query v9.2.15 Returns a profile of the matching results for debug purpose only. 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.
Back to query Return to the main group to view all sub-groups