#![cfg_attr(docsrs,feature(doc_cfg))]//! # faucet-source-elasticsearch
//!//! Elasticsearch search source connector for the faucet-stream ecosystem.
//!//! Uses the scroll API to paginate through large result sets efficiently.
pubmodconfig;pubmodstream;pubusefaucet_core::{AuthSpec, FaucetError, SharedAuthProvider, Source};pubuseconfig::{ElasticsearchAuth, ElasticsearchSourceConfig};pubusestream::ElasticsearchSource;