Crate uiuifree_elastic
source ·Re-exports
pub use elastic_parser;pub use elastic_query_builder;
Modules
Structs
- A connection pool that manages the single connection to an Elasticsearch cluster running on Elasticsearch service in Elastic Cloud.
- An identifier that uniquely identifies an Elasticsearch cluster running on Elasticsearch service in Elastic Cloud.
- A connection to an Elasticsearch node, used to send an API request
- https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-delete-by-query.html
- Root client for top level APIs
- https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-index_.html
- A connection pool that manages the single connection to an Elasticsearch cluster.
- A HTTP transport responsible for making the API requests to Elasticsearch, using a Connection selected from a ConnectionPool
- Builds a HTTP transport to make API calls to Elasticsearch
- https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-update-by-query.html
- A parsed URL record.
Enums
- Error that can occur when building a Transport
Statics
- Default address to Elasticsearch running on
https://localhost:9200
Traits
- A pool of Connections, used to make API calls to Elasticsearch.