I'm not looking at the sources, but from memory, no, I don't think you should be supplying "q". cmd=rebuild sucks data from a search index field and rebuilds the spellchecker index, so a query string should not be needed for such a request.
Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- > From: Matt Mitchell <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Tuesday, April 22, 2008 11:01:09 PM > Subject: Spellchecker Question > > I'm using the Spellchecker handler but am a little confused. The docs say to > run the cmd=rebuild when building the first time. Do I need to supply a "q" > param with that cmd=rebuild? The examples show a url with the "q" param set > while rebuilding, but the main section on the "cmd" param doesn't say much > about it. My hunch is that I need to supply a "q"? > > Thanks, > Matt