function query scoring

2009-04-29 Thread Andrey Klochkov
Hi! Base on docs in the wiki I thought that the following query should return constant score 5 for all socks in the index: http://localhost:8080/solr/select?q=name:socks _val_:5fl=name,score But in fact it finds all the products in the index and it seems that socks products have higher score

Re: function query scoring

2009-04-29 Thread Umar Shah
On Wed, Apr 29, 2009 at 7:16 PM, Andrey Klochkov akloch...@griddynamics.com wrote: Hi! Base on docs in the wiki I thought that the following query should return constant score 5 for all socks in the index: http://localhost:8080/solr/select?q=name:socks _val_:5fl=name,score the intended

Re: function query scoring

2009-04-29 Thread Andrey Klochkov
On Wed, Apr 29, 2009 at 6:44 PM, Umar Shah u...@wisdomtap.com wrote: On Wed, Apr 29, 2009 at 7:16 PM, Andrey Klochkov akloch...@griddynamics.com wrote: Hi! Base on docs in the wiki I thought that the following query should return constant score 5 for all socks in the index:

Re: function query scoring

2009-04-29 Thread Umar Shah
On Wed, Apr 29, 2009 at 8:34 PM, Andrey Klochkov akloch...@griddynamics.com wrote: On Wed, Apr 29, 2009 at 6:44 PM, Umar Shah u...@wisdomtap.com wrote: On Wed, Apr 29, 2009 at 7:16 PM, Andrey Klochkov akloch...@griddynamics.com wrote: Hi! Base on docs in the wiki I thought that the

Re: function query scoring

2009-04-29 Thread Shalin Shekhar Mangar
On Wed, Apr 29, 2009 at 9:15 PM, Umar Shah u...@wisdomtap.com wrote: can anyone explan the behavior of function query if there are other terms in the query it seems the value of the function query and actual match score are interfering in some manner. what should be expected? Yes, if you