1) elastic search:엘라스틱서치
1-1) 엘라스틱서치
- RESTful 분산형 검색 및 분석 엔진
1-2) 엘라스틱서치 검색과정
- 색인된 텍스트를 검색해 해당 텍스트가 포함된 문서를 결과로 출력하는 과정
2) 엘라스틱서치 설치
2-1) 직접 다운로드
https://www.elastic.co/downloads/elasticsearch
Download Elasticsearch
Download Elasticsearch or the complete Elastic Stack (formerly ELK stack) for free and start searching and analyzing in minutes with Elastic.
www.elastic.co
맥북에어 m1 - macOS aarch64 버전으로 다운로드!
2-2) homebrew 로 다운로드
https://www.elastic.co/guide/en/elasticsearch/reference/7.16/brew.html
Install Elasticsearch on macOS with Homebrew | Elasticsearch Guide [7.16] | Elastic
Install Elasticsearch on macOS with Homebrewedit Elastic publishes Homebrew formulae so you can install Elasticsearch with the Homebrew package manager. To install with Homebrew, you first need to tap the Elastic Homebrew repository: Once you’ve tapped t
www.elastic.co
brew tap elastic/tap
brew install elastic/tap/elasticsearch-full
/bin/elasticsearch
다운로드 후,
$ /bin/elasticsearch
http://localhost:9200/
브라우저에서 다음과 같이 출력되면 정상 설치!