Re: Building Solr index with Lucene

2009-07-02 Thread Yonik Seeley
On Wed, Jul 1, 2009 at 6:49 PM, Ben Bangertb...@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

Building Solr index with Lucene

2009-07-01 Thread Ben Bangert
For performance reasons, we're attempting to build the index used with Solr, directly in Lucene. It works for the most part fine, but I'm having issue when it comes to stemming. I'm guessing this is due to a mismatch in how Lucene is stemming, with how Solr stems during its queries or