Hi everybody, I am using Lucene for searching items in a online shop. E.g. I search the shop for "shirt" I get a resultset from lucene. Now I want to improve the sort order by calculating the lucene score with my business data, e.g. sales or margin. Is there any possibility to get the scoring value of lucene, so that I can put it into my own formula and re-sort the products?
http://hudson.zones.apache.org/hudson/job/Lucene-trunk/javadoc//org/apache/lucene/search/Hit.html The method getScore() sounds great, but is unfortunately marked as deprecated. Regards, ExComm2 -- View this message in context: http://www.nabble.com/Access-Scoring-Values-of-Lucene-for-Post-Processing-tp19880927p19880927.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]