Spellcheck vs SpellShingle is there a conflict?

2010-03-12 Thread Barnett, Jeffrey
Can I use both for a single index? Here is my Solrconfig.xml: default spellingShingle 0.75 ./spellShingle textSpellShingle true basicSpell spelling 0.75 ./spellchecker textSpell true What happens is th

Changing mergeFactor in mid-stream?

2008-10-30 Thread Barnett, Jeffrey
The http://wiki.apache.org/lucene-java/ImproveIndexingSpeed page suggests that indexing will be sped up by using higher values of mergeFactor, while search speed improves with lower values. I need to create an index using multiple batches of documents. My question is, can I begin building with

RE: where's the bottleneck

2008-10-29 Thread Barnett, Jeffrey
s the bottleneck On Wed, Oct 29, 2008 at 9:48 PM, Barnett, Jeffrey <[EMAIL PROTECTED]> wrote: > Reported import rates start a 70 docs per second, and decrease as more > records are added. It might just be segment merges (that takes more time as segments grow in size). >From the solrconfi

where's the bottleneck

2008-10-29 Thread Barnett, Jeffrey
I saw a similar subject posted earlier. This is not a continuation of that thread, but the problem is similar. I have a large, fast, dedicated machine, that despite boosting various parameters in solrconfig.xml (attached) and in the JVM, utilizes at most 10% of the cpu while importing: (from t