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.