Hi, Does anyone know how to retrieve the score of an individual field instead of doing:
hits = score(i); This will get me the entire score of the document. I'd like to get the score of a single field by specifying the field name. thanks, AZ On 7/31/07, Askar Zaidi <[EMAIL PROTECTED]> wrote: > > Hey guys, > > I was wondering if there is a way to retrieve score of a field in a > document ? > > If my document looks like this: > > {itemID},{field 1},{field 2} > > I'd like to get score of individual fields 1 and 2 rather than the score > of the entire document. > > Is it possible ? > > thanks, > AZ >