manticore-openapi

Crates.iomanticore-openapi
lib.rsmanticore-openapi
version0.1.1
sourcesrc
created_at2024-06-26 09:13:21.304202
updated_at2024-06-26 09:15:41.900252
descriptionСlient for Manticore Search.
homepage
repositoryhttps://github.com/kakserpom/manticore-openapi-rs
max_upload_size
id1284321
size120,185
Vasily Zorin (kakserpom)

documentation

README

Rust API client for Manticore Search

Сlient for Manticore Search.

For more information, please visit https://manticoresearch.com/

Overview

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.

  • API version: 3.3.1
  • Package version: 3.3.1
  • Generator version: 7.7.0-SNAPSHOT
  • Build package: org.openapitools.codegen.languages.RustClientCodegen

Installation

Put the package under your project folder in a directory named openapi and add the following to Cargo.toml under [dependencies]:

openapi = { path = "./openapi" }

Documentation for API Endpoints

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

Documentation For Models

To get access to the crate's generated documentation, use:

cargo doc --open

Author

info@manticoresearch.com

Commit count: 2

cargo fmt