December 2017
Intermediate to advanced
434 pages
10h 29m
English
In Elasticsearch terminology, adding (or creating) a document into a type within an index of Elasticsearch is called an indexing operation. Essentially, it involves adding the document to the index by parsing all fields within the document and building the inverted index. This is why this operation is known as an indexing operation.
There are two ways we can index a document:
Read now
Unlock full access