Turn off suggester

2014-09-25 Thread PeriS
Is there a way to turn off the solr suggester? I have about 30M records and when tomcat starts up, it takes a long time (~10 minutes) for the suggester to decompress the data or its doing soothing as it hangs on SolrSuggester.build(); Any ideas please? Thanks -Peri *** DISCLAIMER *** This

Re: Turn off suggester

2014-09-25 Thread Erick Erickson
Well, tell us more about the suggester configuration, the number of unique terms in the field you're using, what version of Solr, etc. As Hoss says, details matter. Best, Erick On Thu, Sep 25, 2014 at 4:18 AM, PeriS peri.subrahma...@htcinc.com wrote: Is there a way to turn off the solr

Re: Turn off suggester

2014-09-25 Thread Alexandre Rafalovitch
Isn't it one of the Solr components? Can it be just removed from the default chain? Random poking in the dark here. Personal: http://www.outerthoughts.com/ and @arafalov Solr resources and newsletter: http://www.solr-start.com/ and @solrstart Solr popularizers community:

Re: Turn off suggester

2014-09-25 Thread Tomás Fernández Löbbe
The SuggestComponent is not in the default components list. There must be a request handler with this component added explicitly in the solrconfig.xml Tomás On Thu, Sep 25, 2014 at 12:22 PM, Alexandre Rafalovitch arafa...@gmail.com wrote: Isn't it one of the Solr components? Can it be just