Book Image

ElasticSearch Blueprints

Book Image

ElasticSearch Blueprints

Overview of this book

Table of Contents (15 chapters)
Elasticsearch Blueprints
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Index

Boolean operations


Now, let's examine some awesome examples combining all the searches:

Query = "india OR asia AND NOT china"

As you can see, we utilize Boolean operators such as AND, OR, and NOT and use them to mark Boolean conditions in our query.

As the query string query is very powerful and has a high chance of failure because of the complex formats it supports, it's highly advised that you do not expose this to the end users who are not aware of these operations. The simple query string query is a simplified version of the query string query and supports some of its operations.