manticoresearch 1.1.0

Сlient for Manticore Search.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# AggDateHistogram

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**field** | **String** | Field to group by | 
**interval** | **i32** | Interval of the histogram values | 
**offset** | Option<**i32**> | Offset of the histogram values. Default value is 0. | [optional]
**keyed** | Option<**bool**> | Flag that defines if a search response will be a dictionary with the bucket keys. Default value is false. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)