-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Elasticsearch 7.0 Cookbook
By :

The big difference between standard databases (SQL, and also many NoSQL databases, such as MongoDB, Riak, or CouchDB) and Elasticsearch is the number of facilities to express text queries. The span query family is a group of queries that control a sequence of text tokens using their positions: the standard queries don't take care of the positional presence of text tokens.
Span queries allow the defining of several kinds of queries:
You need an up-and-running Elasticsearch installation as we described in the Downloading and installing Elasticsearch recipe in Chapter 1, Getting Started.
To execute the commands, any HTTP client can be used, such as curl (https://curl.haxx.se/), postman (https://www.getpostman.com/), or similar...