๋ฐ์ํ
์๋ผ์คํฑ ์์น
[Elastic Search] ์ฌ๋ฌ ๊ฐ์ Shard๋ก ์ธํด ๊ฒ์ ๊ฒฐ๊ณผ(Score)๊ฐ ์ ํํ์ง ์์ ๋
[Elastic Search] ์ฌ๋ฌ ๊ฐ์ Shard๋ก ์ธํด ๊ฒ์ ๊ฒฐ๊ณผ(Score)๊ฐ ์ ํํ์ง ์์ ๋
2019.08.27์ ์ ์กฐ๊ฑด fruit์ด๋ผ๋ index์ name์ด๋ผ๋ ํ๋๊ฐ ์๊ณ ๋ค์๊ณผ ๊ฐ์ด ์ฌ๋ฌ ๊ฐ์ document๋ค์ด ์๋ค๊ณ ๊ฐ์ ํ์. {"index":{}} {"room_name": "๋ง๊ณ "} {"index":{}} {"room_name": "๋ง๊ณ ์คํด"} {"index":{}} {"room_name": "๋ง๊ณ ๋ง๊ณ ๋ง๊ณ "} {"index":{}} {"room_name": "๋ง๊ณ ๊ฐ์ฌฌ์์ฌฌ์"} {"index":{}} {"room_name": "๋ง๊ณ ํ๋๋ฃน"} {"index":{}} {"room_name": "๊น๋ง๊ณ "} {"index":{}} {"room_name": "์ธ์์์ ์ ์ผ ๋ง์๋๊ฑด ๋ง๊ณ ์ง"} ์ค๋์ ๊ฐฏ์๋ 3๊ฐ ๊ฒ์ ์๊ณ ๋ฆฌ์ฆ์ BM25๋ฅผ ์ฌ์ฉ, tokenizer๋ ngram tokenizer(min:1) ์ฌ์ฉ...
[Elastic Search] Linux(CentOS) ์๋ผ์คํฑ ์์น 7 ๋ฒ์ ๋ ์ค์น(elastic search 7.x install)
[Elastic Search] Linux(CentOS) ์๋ผ์คํฑ ์์น 7 ๋ฒ์ ๋ ์ค์น(elastic search 7.x install)
2019.08.20์๊ตฌ ์ฌํญ ์์ ์ ํ๊ฒฝ์์ elastic search 7.x ๋๋ฅผ ์ค์น ํ ์ ์๋์ง ์๋ ๋งํฌ์์ ํ์ธ๋ค. https://www.elastic.co/kr/support/matrix Java 8 ์ด์ ๊ถ์ฅ ์ค์น 1. Download and install the public signing key: $ rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch 2. /etc/yum.repos.d/์ elasticsearch.repo ์์ฑ [elasticsearch-7.x] name=Elasticsearch repository for 7.x packages baseurl=https://artifacts.elastic.co/packages/7.x/yum g..