Hi,
Can somebody please give me an example as how to achieve it.
Thanks,
Amit Garg
dabboo wrote:
>
> Hi,
>
> I am implementing column specific query with q query parameter. for e.g.
>
> ?q=prdMainTitle_product_s:math & qt=dismaxrequest
>
> The above query doesnt work while if I use the same
The syntax for the q param when using dismax is different from standard.
Check this out:
http://wiki.apache.org/solr/DisMaxRequestHandler#head-df8184dddf870336839490ba276ea6ac566d0bdf
q.alt under dismax is parsed using the standard query parser though:
http://wiki.apache.org/solr/DisMaxRequest