You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Benson Margulies <bi...@gmail.com> on 2013/05/26 16:38:39 UTC

Benchmarking Solr

I'd like to run a repeatable test of having Solr ingest a corpus of
docs on disk, to measure the speed of some alternative things plugged
in.

Anyone have some advice to share? One approach would be a quick SolrJ
program that pushed the entire stack as one giant collection with a
commit at the end.

Re: Benchmarking Solr

Posted by Upayavira <uv...@odoko.co.uk>.
SolrMeter?

Upayavira

On Sun, May 26, 2013, at 03:38 PM, Benson Margulies wrote:
> I'd like to run a repeatable test of having Solr ingest a corpus of
> docs on disk, to measure the speed of some alternative things plugged
> in.
> 
> Anyone have some advice to share? One approach would be a quick SolrJ
> program that pushed the entire stack as one giant collection with a
> commit at the end.

Re: Benchmarking Solr

Posted by Otis Gospodnetic <ot...@gmail.com>.
Hi Benson,

We typically use https://github.com/sematext/ActionGenerator

As a matter of fact, we are using it right now to test one of our
search clusters...

Otis
--
Solr & ElasticSearch Support
http://sematext.com/





On Sun, May 26, 2013 at 10:38 AM, Benson Margulies
<bi...@gmail.com> wrote:
> I'd like to run a repeatable test of having Solr ingest a corpus of
> docs on disk, to measure the speed of some alternative things plugged
> in.
>
> Anyone have some advice to share? One approach would be a quick SolrJ
> program that pushed the entire stack as one giant collection with a
> commit at the end.