DevOps Classroom Series – 18/Apr/2021

CRUD Operations

Index API

  • In Elastic search, adding a document to a type within an index is called Indexing.
  • Indexing involves adding a document to the index by parsing all the fields with in a document and building the inverted index. This is called as indexing operation
  • We can create index in two ways
    • Indexing a document by providing an ID Preview
    • Indexing a document without providing an ID Preview
  • Lets use GET API Refer Here for the official docs Preview Preview Preview
  • Update document in index Preview
  • Delete document in index Preview
  • Creating a index with Mappings Preview Preview

Dealing with multiple indexes

  • Refer Here for search apis
  • Searching document in one or more indexes index Preview Preview

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About learningthoughtsadmin