-
Book Overview & Buying
-
Table Of Contents
The Definitive Guide to OpenSearch
By :
In this chapter, you’ll move from the abstract to the concrete, getting hands-on to learn about indexing your data in OpenSearch. You’ll set up and run OpenSearch, connecting with OpenSearch Dashboards. OpenSearch Dashboards’ Dev Tools tab gives you direct access to send REST requests to your OpenSearch cluster. You’ll use that access to create indices with various settings, enabling you to see their effects in simple queries.
When you’ve worked through basic indexing, you’ll dive into advanced settings and mechanisms for automatically creating indices with your desired settings pre-applied. You’ll close with a look at mappings in depth.
By the end of the chapter, you’ll understand the relationship between the data you send to OpenSearch and how it’s processed for matching. You’ll understand how to prepare your data and mapping to get the most out of OpenSearch’s query capabilities.
...