Re: Difference between q and q.alt parameter query

2009-03-03 Thread dabboo
Hi Eric, Thanks a lot for the information. How I can add the clauses for boosting like bq. I have field names like "prodMainTitle_s" etc. Do you mean that I should add the field boosting in bq entry in solrConfig file. Please suggest. Thanks, Amit Garg Erik Hatcher wrote: > > The dismax par

Re: Difference between q and q.alt parameter query

2009-03-03 Thread Erik Hatcher
The dismax parser does not support wildcard queries currently (but see also SOLR-756). Again, use defType=lucene to get that capability. But, you will lose the qf field specific boosting capability. You can, however, OR in additional clauses for boosting (like the dismax bq does). Quer

Re: Difference between q and q.alt parameter query

2009-03-02 Thread dabboo
Here is what I am getting with debugQuery=true - - 0 110 - 10 0 lucene on da* dismaxrequest true 2.2 - da* da* +DisjunctionMaxQuery((programJacketImage_program_s:da* | courseCodeSeq_course_s:da* | authorLastName_product_s:da* | Index_Type_s:da

Re: Difference between q and q.alt parameter query

2009-03-02 Thread Erik Hatcher
On Mar 2, 2009, at 10:15 AM, dabboo wrote: Thanks for the information. I gave it in my url as the request parameter like http://localhost:8080/apache-solr-1.3.0/CORE_WWW.BLUEHEN.COM/select/?q=da*&version=2.2&start=0&rows=10&indent=on&qt=dismaxrequest&defType=lucene But still results are the

Re: Difference between q and q.alt parameter query

2009-03-02 Thread dabboo
Thanks for the information. I gave it in my url as the request parameter like http://localhost:8080/apache-solr-1.3.0/CORE_WWW.BLUEHEN.COM/select/?q=da*&version=2.2&start=0&rows=10&indent=on&qt=dismaxrequest&defType=lucene But still results are the same. It is not displaying any records. Please

Re: Difference between q and q.alt parameter query

2009-03-02 Thread Shalin Shekhar Mangar
On Mon, Mar 2, 2009 at 8:19 PM, dabboo wrote: > > Thanks for the information. Where do we defined the deftype parameter. > > Add it as a request parameter. -- Regards, Shalin Shekhar Mangar.

Re: Difference between q and q.alt parameter query

2009-03-02 Thread dabboo
Thanks for the information. Where do we defined the deftype parameter. dabboo wrote: > > Hi, > > Can somebody please tell me as what is the actual difference between q.alt > & q parameter queries. > > I am trying to do the wildcard search with q query parameter, which is > supported by q.al

Re: Difference between q and q.alt parameter query

2009-03-02 Thread Erik Hatcher
On Mar 2, 2009, at 6:34 AM, dabboo wrote: Can somebody please tell me as what is the actual difference between q.alt & q parameter queries. The query parser used is the difference you're hitting. q is parsed by the setting of defType, whereas q.alt is parsed by default using the "lucene