Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.6 KB

search-your-data.asciidoc

File metadata and controls

33 lines (23 loc) · 1.6 KB

Search your data

Searching your data in {es-serverless} works the same way as in other Elasticsearch deployments. If you haven’t used {es} before, you can learn the basics in the {ref}/elasticsearch-intro.html[core {es} documentation].

You can use the {es-serverless} REST APIs to search your data using any HTTP client, including the {es} client libraries, or directly in Console.

You can also run searches using {kibana-ref}/discover.html[Discover] in your project’s UI.

Tip

Try our hands-on {ref}/quickstart.html#quickstart-list[quick start tutorials] in the core {es} documentation to get started, or check out our Python notebooks.

Query languages

Learn about the various query languages you can use to search your data in the {ref}/search-analyze.html[core {es} documentation].

Learn more

The subpages in this section provide some high-level information about selected important search-related topics: