2.X/1. Getting Started

1-10. Index Management

drscg 2017. 9. 30. 17:32

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.

어떠한 사전 계획이나 설정도 필요 없이, Elasticsearch에서, 새로운 응용프로그램 개발을 시작을 쉽게 하는 방법을 살펴보았다. 그러나, 이제 색인이나 검색 프로세스를, 특별한 사용 사례에 더 적합하도록, 미세 조정을 해야 한다. 이러한 조정의 거의 대부분은, index와 그것에 포함되어 있는 type과 연관되어 있다. 이 장에서, indices와 type mapping을 관리하는 API와, 가장 중요한 설정에 대해 이야기해 보겠다.

'2.X > 1. Getting Started' 카테고리의 다른 글

1-09-3. Search Options  (0) 2017.09.30
1-09-4. Scroll  (0) 2017.09.30
1-10-01. Creating an Index  (0) 2017.09.30
1-10-02. Deleting an Index  (0) 2017.09.30
1-10-03. Index Settings  (0) 2017.09.30