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