Re: using distributed search with the suggest component

2011-08-04 Thread mdz-munich
Hi Tobias, sadly, it seems you are right. After a little bit investigation we also recognized that some names (we use it for auto-completing author-names), are missing. And since it is a distributed setup ... But I am almost sure it worked with Solr 3.2. Best regards, Sebastian -- View

Re: using distributed search with the suggest component

2011-07-27 Thread Tobias Rübner
Thanks, but this does not work. Looking at the log files, I see only one request, when executing a search. Executing a request to the default servlet (/select) with multiple shards, each core gets ask for the current query. Any other suggestions? Tobias On Tue, Jul 26, 2011 at 2:11 PM, mdz-munic

Re: using distributed search with the suggest component

2011-07-26 Thread mdz-munich
Hi Tobias, try this, it works for us (Solr 3.3): solrconfig.xml: / word suggestion org.apache.solr.spelling.suggest.Suggester org.apache.solr.spelling.suggest.fst.FSTLookup wordCorpus score ./suggester false true 0.005 true true true true suggestion 50 50 suggest / Query like that: htt