RE: SpellCheckComponent performance

2011-06-07 Thread Dyer, James
07, 2011 7:59 AM To: solr-user@lucene.apache.org Subject: RE: SpellCheckComponent performance As I may have mentioned before, VuFind is actually doing two Solr queries for every search -- a base query that gets basic spelling suggestions, and a supplemental spelling-only query that gets shingle

RE: SpellCheckComponent performance

2011-06-07 Thread Demian Katz
; To: solr-user@lucene.apache.org > Subject: Re: SpellCheckComponent performance > > Hmmm, how are you configuring you spell checker? The first-time > slowdown > is probably due to cache warming, but subsequent 500 ms slowdowns > seem odd. How many unique terms are there in your spellecheck inde

Re: SpellCheckComponent performance

2011-06-06 Thread Erick Erickson
Hmmm, how are you configuring you spell checker? The first-time slowdown is probably due to cache warming, but subsequent 500 ms slowdowns seem odd. How many unique terms are there in your spellecheck index? It'd probably be best if you showed us your fieldtype and field definition... Best Erick

SpellCheckComponent performance

2011-06-06 Thread Demian Katz
I'm continuing to work on tuning my Solr server, and now I'm noticing that my biggest bottleneck is the SpellCheckComponent. This is eating multiple seconds on most first-time searches, and still taking around 500ms even on cached searches. Here is my configuration: basicSpell