Nick Zadrozny

Results 3 issues of Nick Zadrozny

It would be nice if we could access the debugQuery output without having to check the logs for search parameters and run searches against Solr manually.

feature

Consider: ``` $ rake sunspot:reindex rake aborted! Connection refused - connect(2) ``` Why not…? ``` $ rake sunspot:reindex !!! Could not connect to Solr at http://localhost:8983/solr rake aborted! Connection refused...

feature

Solr processes updates most efficiently when it's receiving documents in batches at a relatively low concurrency. Highly parallel single document updates are probably one of the easiest ways to starve...