1. Home
  2. What
  3. "elasticsearch"

One Tag, I'll be a cloud.
One Tag, I'll be a cloud.

FacetView

saved on
uri:
http://okfnlabs.org/facetview/ This link is now broken.
about:
FacetView is a pure javascript frontend for ElasticSearch or SOLR search indices.

logstash - open source log management

saved on
about:
An open source log management tool, which is able to parse, analyse, group and store logs into ElasticSearch

Moving the Marketplaces to Elasticsearch - We build Envato

saved on
uri:
https://webuild.envato.com/blog/moving-the-marketplaces-to-elasticsearch/ This link is now broken.
about:
A very interesting feedback on Solr vs ElasticSearch. Mainly deals with indexing and search performance.

Apache Solr vs ElasticSearch - the Feature Smackdown!

saved on
about:
A Solr vs ElasticSearch comparison

elasticsearch - tutorials - Deploying ElasticSearch with Chef Solo

saved on
uri:
https://www.elasticsearch.org/tutorials/2012/03/21/deploying-elasticsearch-with-chef-solo.html This link is now broken.
about:
A very detailed tutorial on how to deploy ElasticSearch with Chef Solo

elasticsearch - blog - Percolator

saved on
uri:
https://www.elasticsearch.org/blog/2011/02/08/percolator.html This link is now broken.
about:
ElasticSearch's new "Percolator" feature, which enabled to index queries and find which documents match them : instead of sending docs, indexing them, and then running queries, one sends queries, registers them, and then sends docs and finds out which queries match that doc.