Re: Comparing Solr & Elasticsearch performance

2014-12-09 Thread Charlie Hull
Yes of course, starting with an OOTB configuration seemed sensible and obviously there is scope for tuning. It occurs to me that a comparison between tuned and OOTB Solr would also be interesting. We do sometimes find Solr configs that are barely modified example files! Cheers Charlie -- Charlie

Re: Comparing Solr & Elasticsearch performance

2014-12-09 Thread Alexandre Rafalovitch
I guess when you said you did not tune instances, you really really meant it. The Solr one looks like an example one with all the config files and Carrot enabled, etc. I was hoping for a bit more TodoMVC style. I guess that's for the next lull in the client work. Still, great to have it out there.

Comparing Solr & Elasticsearch performance

2014-12-09 Thread Charlie Hull
Hi all, We've been working on a study of any performance differences between Solr and Elasticsearch and we've also published the code we used - here's the background with links to Github http://www.flax.co.uk/blog/2014/12/09/comparing-solr-and-elasticsearch-heres-the-code-we-used/ Cheers