Re: Solr SpellCheckComponent only shows results with certain fields

2013-09-18 Thread jazzy
Hey, I figured it out! So the reason that only the name was working was because name was the only field configured in the solrconfig. Once I did that then I followed this link to solve the rest of the problem. SOLR suggester multiple field autocomplete -- View this message in context: http:

Re: Solr SpellCheckComponent only shows results with certain fields

2013-09-18 Thread Raheel Hasan
what about this query? try to see if you get suggestions here: /solr/collection1/select?q=*%3Abecaus&wt=json&indent=true&spellcheck=true On Wed, Sep 18, 2013 at 4:02 AM, jazzy wrote: > I'm trying to get the Solr SpellCheckComponent working but am running into > some issues. When I run > .../sol