1. Home
  2. What
  3. "indexing"

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

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.

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.

ElasticSearch - Open Source, Distributed, RESTful Search Engine

saved on
about:
A distributed, highly available and restful search engine. It looks very promising and rather easy to deploy and have working. The killer feature : schema-less indexing (auto-discovery based on conventions). A serious concurrent to Solr ?

Scaling Lucene and Solr | Enterprise Search support for Apache Lucene and Solr by Lucid Imagination

saved on
about:
An interesting article from Lucid Imagination employee Mark Miller about Scaling Solr. It gives a lot of good practices and tips on how to get the best out of one indexing machine, and explains how to use Solr built-in replication system.