Re: calculating score - implementing your own 'Scorer' - how to?..

2008-11-29 Thread Vlad Olenin
gt; to mind is, if you don't truly need the bit mask for other things, is to > encode it into the Field as a boost value. This may be complicated by the > lack of granularity in boost encoding, but it might work for you. > > -Grant > > > > > On Nov 25, 2008, at 11:47

calculating score - implementing your own 'Scorer' - how to?..

2008-11-25 Thread Vlad Olenin
Hi, I'm new to Lucene, so looking for some guidance as to the most efficient / appropriate way to implement the following functionality. * Each Document consists of a number of fields * Each Field value, when indexed, can have different 'score' value associated with it ** for simplicity, the sco