Erick Erickson wrote:
> 
> At any rate, I think all you need to do is specify
> the reverse boolean in the SortField c'tor???
> 
> Best
> Erick
> 
>  

The "true" in 
`Sort srt = new Sort(new SortField(null,SortField.DOC,true)); `
actually is the reverse boolean sort field. So it is turned on, but look at
my original question, what I am getting is not what I desire. :(

--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-do-we-reverse-sort-on-the-docid-tp2947495p2947629.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to