The elasticsearch (http://www.elasticsearch.org/) is a search engine built atop the Lucene Search library. If you have a server that runs Java, setup and use is super easy.
Installation is easy:
- Download ES from the web site (http://www.elasticsearch.org/download)
- Uncompress the archive
- Run bin/elasticsearch from the command line. If you're on a Windows machine, use the .bat file in the bin/ directory.
That's it for your first run. Now you can access it at http://localhost:9200 on your web browser.



Del.ici.ous


