Re: Custom score for a id field

2009-04-24 Thread Shalin Shekhar Mangar
On Fri, Apr 24, 2009 at 7:38 PM, Raju444us wrote: > > Thanks,Yonik for quick reply. But How can I override the relevancy score > with > my fieldScore for that document when I get back the results. If possible an > example code is helpfull. > > Note: Iam storing the fieldScore. so that I can retri

Re: Custom score for a id field

2009-04-24 Thread Raju444us
Thanks,Yonik for quick reply. But How can I override the relevancy score with my fieldScore for that document when I get back the results. If possible an example code is helpfull. Note: Iam storing the fieldScore. so that I can retrieve the score. Thanks, Raju Yonik Seeley-2 wrote: > > On Th

Re: Custom score for a id field

2009-04-24 Thread Yonik Seeley
On Thu, Apr 23, 2009 at 1:19 PM, Raju444us wrote: > I have a requirement.I index a field "id" and a calculated score for that > field named "fieldScore". > > Note:I have many other fields which are also indexed.But only for this id > field i want a custom calculated score. > > So when I search for

Re: Custom score for a id field

2009-04-24 Thread Raju444us
Before I index this field I classify this field with some other mechanism and build some score.So When I index this id field i also index score(which is float) for this field.So when i search for this id field in the results i need the score i indexed for this field instead of default score for th

Re: Custom score for a id field

2009-04-23 Thread Shalin Shekhar Mangar
On Thu, Apr 23, 2009 at 10:49 PM, Raju444us wrote: > > I have a requirement.I index a field "id" and a calculated score for that > field named "fieldScore". > > Note:I have many other fields which are also indexed.But only for this id > field i want a custom calculated score. > > So when I search

Re: Custom score for a id field

2009-04-23 Thread Marcus Herou
Did you find an answer to this ? On Thu, Apr 23, 2009 at 7:19 PM, Raju444us wrote: > > I have a requirement.I index a field "id" and a calculated score for that > field named "fieldScore". > > Note:I have many other fields which are also indexed.But only for this id > field i want a custom calcu