manticoresearch 2.0.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**items** | Option<[**Vec<serde_json::Value>**]serde_json::Value.md> | List of results | [optional]
**errors** | Option<**bool**> | Errors occurred during the bulk operation | [optional]
**error** | Option<**String**> | Error message describing an error if such occurred | [optional]
**current_line** | Option<**i32**> | Number of the row returned in the response | [optional]
**skipped_lines** | Option<**i32**> | Number of rows skipped in the response | [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)