What does indexing a document mean? can you explain .
This link is a bit old, but still describes it quite well: https://www.elastic.co/guide/en/elasticsearch/guide/current/data-in-data-out.html
@Raghunadhan When you insert a document with in an ES index, inverted index is created/updated for searchable fields present in your document. This process of inserting a document in ES so that the inverted index is updated is termed as indexing a document.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.