mirror of
https://github.com/apache/druid.git
synced 2025-02-25 20:48:05 +00:00
fix docs about search query limit
This commit is contained in:
parent
1430bc2c88
commit
438a4a9970
@ -34,6 +34,7 @@ There are several main parts to a search query:
|
||||
|dataSource|A String or Object defining the data source to query, very similar to a table in a relational database. See [DataSource](../querying/datasource.html) for more information.|yes|
|
||||
|granularity|Defines the granularity of the query. See [Granularities](../querying/granularities.html).|yes|
|
||||
|filter|See [Filters](../querying/filters.html).|no|
|
||||
|limit| Defines the maximum number per historical node (parsed as int) of search results to return. |no (default to 1000)|
|
||||
|intervals|A JSON Object representing ISO-8601 Intervals. This defines the time ranges to run the query over.|yes|
|
||||
|searchDimensions|The dimensions to run the search over. Excluding this means the search is run over all dimensions.|no|
|
||||
|query|See [SearchQuerySpec](../querying/searchqueryspec.html).|yes|
|
||||
|
Loading…
x
Reference in New Issue
Block a user