Elastic

    Elasticsearch mapping (Feat.wonya)

    Elasticsearch mapping (Feat.wonya)

    mapping 은 RDB 에서 date type 이다. integer, boolean, varchar 등등.. 엘라스틱은 mapping 을 지정하지 않고 insert 시 알아서 자동 맵핑을 해줌. 1. 자동매핑 확인 1번 : Index 생성 2번 : _doc 라는 type 으로 document 하나 insert 3번 : test index 의 자동 mapping 정보 보기 4번 : 자동매핑된 내용 여기서 궁금할만한게 "type" : "text", 밑에 fields 해서 "keyword 가 또 들어간건데 이거는 type 을 text 로도 하고 keyword 로도 하는 다중필드 선언이다. 2. 수동매핑 해보기 1번 : 매핑정보 넣어서 Index 생성(setting은 나중에 개인적으로 테스트해본거임) 2번 :..

    window 환경 elasticsearch 셋팅 (Feat.wonya)

    window 환경 elasticsearch 셋팅 (Feat.wonya)

    https://www.elastic.co/kr/start Get Started with Elasticsearch, Kibana, and the Elastic Stack | Elastic Activate additional features Optional: Unlock Platinum features such as machine learning, security, alerting, graph analytics, and more with a free, 30-day trial. www.elastic.co 위 에 접속하시면 최신 버전의 엘라스틱 + 키바나를 다운 받을수 있습니다. 윈도우로 테스트를 위해서 윈도우에 먼저 세팅 하고 나중에 리눅스를 할려고 합니다. 엘라스틱 : 검색엔진 키바나 : 엘라스틱 정보들을 ..