본문 바로가기

설정

index 생성 예시

elasticsearch index 생성 방법.

https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping.html

 

Mapping | Elasticsearch Reference [7.3] | Elastic

Mapping is the process of defining how a document, and the fields it contains, are stored and indexed. For instance, use mappings to define: which string fields should be treated as full text fields.which fields contain numbers, dates, or geolocations.the

www.elastic.co

https://yookeun.github.io/elasticsearch/2018/03/09/elastic-mapping/

 

Elasticsearch에서 매핑(mapping) 하기

Elastic에서 index를 생성할 때 가장 중요한 것인 바로 매핑이 아닌가 싶다. 매핑은 RDBMS에서는 스키마같은 것이다. 엘라스틱에서 처음 인덱스를 생성하면 자동으로 매핑이 만들어진다. 하지만 실제로 그렇게 사용하는 경우는 드물다. 키바나와 효과적으로 연동하기 위해서 효율적인 매핑작업이 반드시 필요하다. 본 문서는 Elasticsearch 5.5를 기준으로 설명한다. 1. Mapping Best Practices 엘라스틱에서 권장하는 방침은 아래와

yookeun.github.io

여기서 매핑 만드는것 참고함 

'설정' 카테고리의 다른 글

postgresql 9.4 conf location  (0) 2019.10.25
쿠버네티스 튜토리얼해보기  (1) 2019.09.17
예시 elasticsearch reindex와 샤드  (0) 2019.09.03
move files and directories to the parent folder in Linux  (0) 2019.07.31
couchbase XDCR 적용  (0) 2019.07.23