A newer version is available. For the latest information, see the
current release documentation.
Full text queries
editFull text queries
editThe high-level full text queries are usually used for running full text queries on full text fields like the body of an email.
They understand how the field being queried is analyzed and will apply each field’s analyzer (or search_analyzer
) to the query string before executing.
NEST exposes all of the full text queries available in Elasticsearch
See the Elasticsearch documentation on Full text queries for more details.