views:

17

answers:

0

I have a bunch of docs with tags. Right now i sort based on score. However i would like to pull up X many documents and sort them by id newest first. How do i search that way and how do i limit the search to return X many docs?

using lucene.net 2.9 -edit- The master data is in mysql. Maybe i should do a query there instead? find all docs with all of these tags and orderby + limit. hmm... I still like a Lucene answer tho.