I am trying to sort the search results of Lucene search engine from highest to lowest.
For example:
I am searching for 2 words: lucene and java
Searching for 'lucene'
3 results found
ppp.txt
nnn.txt
mmm.txt
Searching for java
5 results found
ccc.txt
rrr.txt
qqq.txt
I want the order to be 5 first then 3 and display the total of the documents found.
Any Ideas would be grateful
Regards.
