We found 17 matches for: storage: query

An overview of all storage: query blocks currently available, updated daily!

query: misc.: fields to select

Only return the selected fields in the search results (e.g. speed improvement)

In-pins

include meta
Providing false will cause search querys to exclude meta data from their response.

Default:
true

Out-pins

query
query: misc.: profile

Returns a profile of the matching results for debug purpose only.

Out-pins

query
query: aggregation

Build an aggregation on the given query.

In-pins

Name
Type
Sub agg
Range Filter

Out-pins

query
query: misc.: geo distance sorting

Sorts the results on the given geo_point field and ordering.

In-pins

Location
The location (geo_point) used to define the distance
A-Z / 1-9 / ASC
Z-A / 9-1 / DESC
unit
The unit to use when computing sort values. The default is m (meters).

Out-pins

query
query: misc.: include removed

Include removed documents in the matching results.

Out-pins

query
query: misc.: disable cache

Disables the storage cache in full for this query. Cache could be behind max. 5 seconds.

Out-pins

query
query: misc.: if

In-pins

then
else
boolean

Out-pins

query
query: misc.: elseif

In-pins

default
else if
then

Out-pins

query
query: misc.: sort random

Sort the results randomly

Out-pins

query
query: misc.: offset

Start document search with an offset of..

In-pins

offset

Out-pins

query
query: misc.: limit

Limit the search result, this does not work for streaming search on large storages.

In-pins

limit

Out-pins

query
query: misc.: include total hits

Include the total number of documents found besides the matching document count.

Out-pins

query
query: misc.: sorting

Sorts the results on the given field and ordering.

In-pins

A-Z / 1-9 / ASC
Z-A / 9-1 / DESC

Out-pins

query
query: multiple

In-pins

query
query_0

Out-pins

query
query: misc.: cast to object

In-pins

query

Out-pins

object
query: misc.: Include geo distance

Adds a field "distance" which returns the distance in meters based on the given geo_point

In-pins

Location
The location (geo_point) used to define the distance

Out-pins

query
query: misc.: count only

Return only the total number of documents found.

Out-pins

query