On Wed, Jul 1, 2009 at 6:49 PM, Ben Bangert<b...@groovie.org> wrote:
> For performance reasons, we're attempting to build the index used with Solr

Solr 1.4 has a binary communications format, and a
StreamingUpdateSolrServer that massively improves indexing
performance.
You way want to revisit the decision to bypass Solr, esp as more
indexing functionality emerges (update processors, etc).
There is also EmbeddedSolrServer if you want something in-process.

-Yonik
http://www.lucidimagination.com

Reply via email to