You might be doing search+sort together in a single query. Since lucene beats
RDBMs in text search, so, could be that you are actually benefitting from
the text search+sort, which would otherwise be slow on RDBMS.

Thanx
Pravesh

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Lucene-sort-performance-roots-tp3102493p3104174.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