Available on crate feature
elastic_search only.Expand description
Elasticsearch (distributed search engine) testcontainer
Structs§
- Elastic
Search - Module to work with
Elasticsearchinside of tests.
Constants§
- ELASTICSEARCH_
API_ PORT - Port that the
Elasticsearchcontainer has internally Used for API calls over http, including search, aggregation, monitoring, … Client libraries have switched to using this to communicate to elastic. Can be rebound externally viatestcontainers::core::ImageExt::with_mapped_port - ELASTICSEARCH_
INTER_ NODE_ PORT - Port that the
Elasticsearchcontainer has internally. Used for nodes to communicate between each other and handles cluster updates naster elections, nodes leaving/joining, … Can be rebound externally viatestcontainers::core::ImageExt::with_mapped_port