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.

Please turn AdBlock off
Social Network Widget by Acurax Small Business Website Designers

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube