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 Ben Bangert <be...@groovie.org> on 2009/07/02 00:49:02 UTC

Building Solr index with Lucene

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 something.

Has anyone built their Solr index using Lucene, and how did you handle  
stemmed fields in Lucene so that Solr worked properly with them?

Cheers,
Ben

Re: Building Solr index with Lucene

Posted by Yonik Seeley <yo...@lucidimagination.com>.
On Wed, Jul 1, 2009 at 6:49 PM, Ben Bangert<be...@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