Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Managed Service for Elasticsearch
  • Getting started
    • Resource relationships
    • Host roles
    • Elasticsearch editions
    • Indexes
    • Searching with Elasticsearch
    • Host classes
    • Networking in Managed Service for Elasticsearch
    • Quotas and limits
    • Disk types
    • Backups
    • Sharding and replication
    • Dictionary support
    • Elasticsearch version control policy
    • Elasticsearch settings
    • Maintenance
  • Access management
  • Pricing policy
  • CLI reference
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
  • FAQ
  1. Concepts
  2. Indexes

Indexes

Written by
Yandex Cloud
Updated at May 13, 2024

Warning

Yandex Managed Service for Elasticsearch is unavailable as of April 11, 2024.

You can create an OpenSearch cluster in Yandex Cloud as an alternative to Elasticsearch.

When saving a document to Elasticsearch, it is indexed and placed in a user-specified index, making it available for search and analysis. One may think of an index as a data table in a traditional DBMS.

In Elasticsearch, a document is a set of fields where each field is a key: value pair. The index stores optimized documents to enable quickly searching documents by field. Such optimization is achieved with each document field having a specific type. This is how the field data is effectively stored in the index.

Unlike a traditional DBMS, to save the document in the index, Elasticsearch does not require the explicit specification of the schema, i.e., links between document fields and their types. Even though it is the recommended approach, you can save documents to the index without explicitly specifying the field types; Elasticsearch will try to determine the type automatically for each field in the document. As a result, you can quickly add documents to Elasticsearch storage and start working with them.

To learn more about how indexes work, see the documentation Elasticsearch.

In multihost clusters, index sharding and replication are supported. This makes it easier to scale a cluster and improves its fault tolerance.

Was the article helpful?

Previous
Elasticsearch editions
Next
Searching with Elasticsearch
Yandex project
© 2025 Yandex.Cloud LLC