Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.07 KB

070_Index_Mgmt.asciidoc

File metadata and controls

31 lines (19 loc) · 1.07 KB

Index Management

We have seen how Elasticsearch makes it easy to start developing a new application without requiring any advance planning or setup. However, it doesn’t take long before you start wanting to fine-tune the indexing and search process to better suit your particular use case. Almost all of these customizations relate to the index, and the types that it contains. In this chapter, we introduce the APIs for managing indices and type mappings, and the most important settings.