Skip to content

Commit e37b029

Browse files
committed
Regenerated client
1 parent 036c50b commit e37b029

File tree

107 files changed

+191
-193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+191
-193
lines changed

.github/workflows/publish.yml

100644100755
File mode changed.

.gitignore

100644100755
File mode changed.

.gitlab-ci.yml

100644100755
File mode changed.

.openapi-generator-ignore

100644100755
File mode changed.

.openapi-generator/FILES

100644100755
File mode changed.

.openapi-generator/VERSION

100644100755
File mode changed.

.project

100644100755
File mode changed.

.travis.yml

100644100755
File mode changed.

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
Сlient for Manticore Search.
44

5-
❗ WARNING: this is a development version of the client. The latest release's readme is https://github.com/manticoresoftware/manticoresearch-python/tree/6.0.0
65

7-
❗ WARNING: the current version has breaking changes compared to the previous release https://github.com/manticoresoftware/manticoresearch-python/tree/4.0.0
6+
❗ WARNING: this is a development version of the client. The latest release's readme is https://github.com/manticoresoftware/manticoresearch-python/tree/7.0.0
7+
8+
❗ WARNING: the current version has breaking changes compared to the previous release https://github.com/manticoresoftware/manticoresearch-python/tree/6.0.0
89

910
## Requirements.
1011

@@ -14,6 +15,7 @@ Minimum Manticore Search version is >= 2.5.1 with HTTP protocol enabled.
1415
| --------------------------- | ----------------------------------- | -------------- | ------------------------|
1516
| `manticoresearch-devel` | `dev` (latest development version) | 3.4 or newer | ✅ Fully Compatible |
1617
| 6.0.0 or newer | 7.0.0 or newer | 3.4 or newer | ✅ Fully Compatible |
18+
| 3.3.1 to 7.0.0 | 7.0.0 or newer | 3.4 or newer | ⚠️ Partially Compatible |
1719
| 3.3.1 to 6.0.0 | 7.0.0 or newer | 3.4 or newer | ⚠️ Partially Compatible |
1820
| 3.3.1 to 6.0.0 | 6.2.1 to 7.0.0 | 3.4 or newer | ✅ Fully Compatible |
1921
| 2.0.0 to 3.3.1 | 6.2.0 or newer | 3.4 or newer | ⚠️ Partially Compatible |
@@ -22,7 +24,6 @@ Minimum Manticore Search version is >= 2.5.1 with HTTP protocol enabled.
2224
| 1.0.5 to 1.0.6 | 4.0.2 to 4.2.1 | 2.7 or newer | ⚠️ Partially Compatible |
2325
| 1.0.5 to 1.0.6 | 2.5.1 to 4.0.2 | 2.7 or newer | ✅ Fully Compatible |
2426

25-
2627
## Installation & Usage
2728
### pip install
2829

@@ -115,14 +116,14 @@ All URIs are relative to *http://127.0.0.1:9308*
115116

116117
Class | Method | HTTP request | Description
117118
------------ | ------------- | ------------- | -------------
118-
*IndexApi* | [**bulk**](docs/IndexApi.md#bulk) | **POST** /bulk | Bulk index operations
119-
*IndexApi* | [**delete**](docs/IndexApi.md#delete) | **POST** /delete | Delete a document in an index
120-
*IndexApi* | [**insert**](docs/IndexApi.md#insert) | **POST** /insert | Create a new document in an index
121-
*IndexApi* | [**partial_replace**](docs/IndexApi.md#partial_replace) | **POST** /{index}/_update/{id} | Partially replaces a document in an index
122-
*IndexApi* | [**replace**](docs/IndexApi.md#replace) | **POST** /replace | Replace new document in an index
123-
*IndexApi* | [**update**](docs/IndexApi.md#update) | **POST** /update | Update a document in an index
124-
*SearchApi* | [**percolate**](docs/SearchApi.md#percolate) | **POST** /pq/{index}/search | Perform reverse search on a percolate index
125-
*SearchApi* | [**search**](docs/SearchApi.md#search) | **POST** /search | Performs a search on an index
119+
*IndexApi* | [**bulk**](docs/IndexApi.md#bulk) | **POST** /bulk | Bulk table operations
120+
*IndexApi* | [**delete**](docs/IndexApi.md#delete) | **POST** /delete | Delete a document in a table
121+
*IndexApi* | [**insert**](docs/IndexApi.md#insert) | **POST** /insert | Create a new document in a table
122+
*IndexApi* | [**partial_replace**](docs/IndexApi.md#partial_replace) | **POST** /{table}/_update/{id} | Partially replaces a document in a table
123+
*IndexApi* | [**replace**](docs/IndexApi.md#replace) | **POST** /replace | Replace new document in a table
124+
*IndexApi* | [**update**](docs/IndexApi.md#update) | **POST** /update | Update a document in a table
125+
*SearchApi* | [**percolate**](docs/SearchApi.md#percolate) | **POST** /pq/{table}/search | Perform reverse search on a percolate table
126+
*SearchApi* | [**search**](docs/SearchApi.md#search) | **POST** /search | Performs a search on a table
126127
*UtilsApi* | [**sql**](docs/UtilsApi.md#sql) | **POST** /sql | Perform SQL requests
127128

128129

docs/AggComposite.md

100644100755
File mode changed.

0 commit comments

Comments
 (0)