Re: Difference between q and q.alt parameter query

2009-03-03 Thread dabboo
>> >> - >> 0.0 >> >> - >> 0.0 >> >> - >> 16.0 >> >> >> >> >> >> >> >> Also, even if works, would I be able to achieve the field boosting >> with q >> query p

Re: Difference between q and q.alt parameter query

2009-03-03 Thread Erik Hatcher
n invariant defType set there, then setting defType on the request would be ignored. Also, what do you get for a parsed query when setting &debugQuery=true? Erik -- View this message in context: http://www.nabble.com/Difference-between-q-and-q.alt-parameter-query-tp22286561p22302203.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Difference between q and q.alt parameter query

2009-03-02 Thread dabboo
It is not displaying any records. >> >> Please suggest. > > How is your dismaxrequest request handler defined? For example, if > you have an invariant defType set there, then setting defType on the > request would be ignored. > > Also, what do you get for a parsed q

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
ween >> q.alt & q parameter queries. >> >> I am trying to do the wildcard search with q query parameter, which is >> supported by q.alt parameter. Please let me know how it is treating the >> query with wildcard in case of q.alt parameter. >> >> >> t

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
, which is > supported by q.alt parameter. Please let me know how it is treating the > query with wildcard in case of q.alt parameter. > > > thanks, > Amit Garg > -- View this message in context: http://www.nabble.com/Difference-between-q-and-q.alt-parameter-query-tp22286561p2

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

Difference between q and q.alt parameter query

2009-03-02 Thread dabboo
eter. thanks, Amit Garg -- View this message in context: http://www.nabble.com/Difference-between-q-and-q.alt-parameter-query-tp22286561p22286561.html Sent from the Solr - User mailing list archive at Nabble.com.