Re: multiple filter query with seperate result sets (in one call)

2012-11-28 Thread ninaddesai82
Thanks Erick for replying, Well, I am actually trying to build a autosuggestion; However functionality I need is little bit tricky. So, just to give you an idea - I have certain generic attributes (say category, city etc) When use types, I want autosuggest to populate, but while doing that I want

multiple filter query with seperate result sets (in one call)

2012-11-28 Thread ninaddesai82
Hi, I want to have multiple search at a time with grouped result. i.e. If I am calling http://localhost:8983/solr/file/select?q=*&fq=category:wild&fq=health_status:good&fq=animal:lion+OR+tiger Then I need two results one for {category=wild and health_status=good and animal=lion} and second on

RE: Better (and valid) Spellcheck in combination with other parameters with at least one occurance

2012-07-08 Thread ninaddesai82
Thanks James for your reply. I am using spell check collation options (except spellcheck.maxCollationTries). However, Will spellcheck.maxCollationTries consider other parqameneters in query or just all spellcheck words in "q" ? Becuse in my case, if original query is --> solr/search/?q=hangry&c=

Re: Better (and valid) Spellcheck in combination with other parameters with at least one occurance

2012-07-06 Thread ninaddesai82
anyone ?? -- View this message in context: http://lucene.472066.n3.nabble.com/Better-and-valid-Spellcheck-in-combination-with-other-parameters-with-at-least-one-occurance-tp3993484p3993498.html Sent from the Solr - User mailing list archive at Nabble.com.

Better (and valid) Spellcheck in combination with other parameters with at least one occurance

2012-07-06 Thread ninaddesai82
Hi, I am trying to implement solr search with spellcheck. - My current seach works like this - I have some specific criteria for every search query. i.e. If I am hitting search with q=restaurants , I also pass another param say c=mumbai. So solr returns me restaurants in mumbai. Now I want to im