Re: How do I go about adding a score attribute to a field

2012-01-09 Thread Erick Erickson
Have you looked at payloads? Best Erick On Mon, Jan 9, 2012 at 2:10 PM, wrote: > Hi All: >   I have been using Solr for a few months now. however I have ran into a > situation where now I need to have additional values (like score)  to a > multivalued field. > for example: >  field def : >  

How do I go about adding a score attribute to a field

2012-01-09 Thread ramdev.wudali
Hi All: I have been using Solr for a few months now. however I have ran into a situation where now I need to have additional values (like score) to a multivalued field. for example: field def : For each of the values, there is a corresponding score that I need to keep track of. The b

How do I go about adding a score attribute to a field

2012-01-09 Thread ramdev.wudali
Hi All: I have been using Solr for a few months now. however I have ran into a situation where now I need to have additional values (like score) to a multivalued field. for example: field def : For each of the values, there is a corresponding score that I need to keep track of. Th