//! The full text queries enable you to search analyzed text fields such as the
//! body of an email. The query string is processed using the same analyzer that
//! was applied to the field during indexing.
//!
//! <https://www.elastic.co/guide/en/opensearch/reference/current/full-text-queries.html>
pub use ;