For beginners to ElasticSearch. You know, for search.
Blow are instructions for Mac OS X users, people with Linux or Windows may find your own way.
brew install maven
brew install elasticsearch && brew info elasticsearch
ElasticSearch requires Java 7; you will need to install an appropriate JDK.
To have launchd start elasticsearch at login: ln -sfv /usr/local/opt/elasticsearch/*.plist ~/Library/LaunchAgents Then to load elasticsearch now: launchctl load ~/Library/LaunchAgents/homebrew.mxcl.elasticsearch.plist Or, if you don't want/need launchctl, you can just run: elasticsearch --config=/usr/local/opt/elasticsearch/config/elasticsearch.yml
Remember to set JAVA_HOME
for the new JDK, such as:
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_65.jdk/Contents/Home/
brew install git
brew install openssh
- getting-started-with-elasticsearch-and-plugin-development
- Getting Started With ElasticSearch
- ElasticSearch 101 – a getting started tutorial
- Basic ElasticSearch Concepts
- ElasticSearch in 5 minutes
- quick-introduction-to-elasticsearch
- elasticsearch-data
- Getting Started With ElasticSearch:Part 1 - Indexing
- Getting Started With ElasticSearch:Part 2 - Querying
- 分布式搜索elasticsearch几个概念解析
- elasticsearch中文站
- ElasticSearch 权威指南
- elasticsearch初探
- elasticsearch-getting-started - dzone
- ElasticSearch简单入门
- Inveted Index in ElasticSearch
- A first take at building an inverted index
- Inverted Index on Rosseta Code