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
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
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=
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.
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