WARNING: Version 5.x has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. 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.