| Crates.io | manticore-openapi |
| lib.rs | manticore-openapi |
| version | 0.1.1 |
| created_at | 2024-06-26 09:13:21.304202+00 |
| updated_at | 2024-06-26 09:15:41.900252+00 |
| description | Сlient for Manticore Search. |
| homepage | |
| repository | https://github.com/kakserpom/manticore-openapi-rs |
| max_upload_size | |
| id | 1284321 |
| size | 120,185 |
Сlient for Manticore Search.
For more information, please visit https://manticoresearch.com/
This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.
org.openapitools.codegen.languages.RustClientCodegenPut the package under your project folder in a directory named openapi and add the following to Cargo.toml under [dependencies]:
openapi = { path = "./openapi" }
All URIs are relative to http://127.0.0.1:9308
| Class | Method | HTTP request | Description |
|---|
IndexApi | bulk | POST /bulk | Bulk index operations IndexApi | delete | POST /delete | Delete a document in an index IndexApi | insert | POST /insert | Create a new document in an index IndexApi | replace | POST /replace | Replace new document in an index IndexApi | update | POST /update | Update a document in an index SearchApi | percolate | POST /pq/{index}/search | Perform reverse search on a percolate index SearchApi | search | POST /search | Performs a search on an index UtilsApi | sql | POST /sql | Perform SQL requests
To get access to the crate's generated documentation, use:
cargo doc --open