RE: SpellCheckComponent performance

2011-06-07 Thread Demian Katz
...@gmail.com] Sent: Monday, June 06, 2011 6:23 PM 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

RE: SpellCheckComponent performance

2011-06-07 Thread Dyer, James
: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 shingled spelling

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