Hi,what is the default sort order for lucene search results? I'm using lucene 2.9 and send a query that looks like this:
topdocs= IndexSearcherInstance.Search(query,null,limit, Lucene.Net.Search.Sort.RELEVANCE)
Is the first document in the topdocs collection(Index 0) the document with the best score or the worst score?
Sometimes the last match in the collections seems to be the best match. Thank you Björn