In Elasticsearch, what is an index?

In Elasticsearch, what is an index?

a) A collection of documents
b) A single document
c) A method for caching queries
d) A backup of a database

Answer:

a) A collection of documents

Explanation:

An index in Elasticsearch is a collection of documents, and each index can store multiple types of documents.

Reference:

Elasticsearch Quiz – MCQ Questions and Answers

Scroll to Top