On Wed, Jul 1, 2009 at 6:49 PM, Ben Bangert 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
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 somet