Re: Ranking and Scoring Hits

2006-05-18 Thread Jeff Rodenburg
Hi Ed - For future reference, these questions are intended to be directed to the lucene-net-user mailing list. When iterating on your Hits collection, call Hits.Score() the same way you call Hits.Doc() -- by passing it the index value (int) for your loop iteration. On 5/18/06, Ed Jones <[EMAIL

Ranking and Scoring Hits

2006-05-18 Thread Ed Jones
Hi, I've only just downloaded Lucene.net and I've been doing some initial work on it. I've written an indexer and got a test button working to run queries to find the results. So far I like it and it's wonderfully fast, however, I'm trying to return the score for each returned result, mainly s