Re: function query scoring

2009-04-29 Thread Shalin Shekhar Mangar
On Wed, Apr 29, 2009 at 9:15 PM, Umar Shah 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 include a ter

Re: function query scoring

2009-04-29 Thread Umar Shah
On Wed, Apr 29, 2009 at 8:34 PM, Andrey Klochkov wrote: > On Wed, Apr 29, 2009 at 6:44 PM, Umar Shah wrote: > >> On Wed, Apr 29, 2009 at 7:16 PM, Andrey Klochkov >> wrote: >> > Hi! >> > >> > Base on docs in the wiki I thought that the following query should return >> > constant score "5" for all

Re: function query scoring

2009-04-29 Thread Andrey Klochkov
On Wed, Apr 29, 2009 at 6:44 PM, Umar Shah wrote: > On Wed, Apr 29, 2009 at 7:16 PM, Andrey Klochkov > 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

Re: function query scoring

2009-04-29 Thread Umar Shah
On Wed, Apr 29, 2009 at 7:16 PM, Andrey Klochkov 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_:5&fl=name,score the intended query should looklik