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 OpenSearch
  • Getting started
    • Resource relationships
    • Host roles
    • Indexes
    • Index policies
    • Searching with OpenSearch
    • Host classes
    • Networking in Managed Service for OpenSearch
    • Quotas and limits
    • Disk types
    • Backups
    • Sharding and replication
    • OpenSearch plugins
    • OpenSearch versioning policy
    • Maintenance
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
  • FAQ
  1. Concepts
  2. Searching with OpenSearch

Searching with OpenSearch

Written by
Yandex Cloud
Updated at December 11, 2023

OpenSearch is used as a tool for searching and analyzing data in documents through:

  • Structured queries similar to SQL queries: to find documents with a set of fields that meet the specified conditions.
  • Full-text queries: to find a certain string in the documents and sort the results by relevance. These queries also allow you to use additional search functions, including autocomplete and search for phrases and similar strings. To learn more about full-text search, see the OpenSearch documentation.
  • Complex queries that combine the above types of queries.

In Managed Service for OpenSearch, you can run queries of all these types using pre-installed search plugins, such as Querqy, SQL and PPL, and more.

Search features in OpenSearch include the following:

  • You can run search within a specific index in a cluster or across multiple indexes.
  • Asynchronous search is supported for large queries that may take a long time to run.

To learn more about search options, see the OpenSearch documentation.

Was the article helpful?

Previous
Index policies
Next
Host classes
Yandex project
© 2025 Yandex.Cloud LLC