RE: How to sort results

2005-09-21 Thread Mordo, Aviran (EXP N-NANNATEK)
http://lucene.apache.org/java/docs/api/org/apache/lucene/search/Sort.htm l -Original Message- From: Wi [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 21, 2005 11:20 AM To: java-user@lucene.apache.org Subject: How to sort results I want to sort results by some field. Of cause i

Re: How to sort results

2005-09-21 Thread Ian Lea
http://lucene.apache.org/java/docs/api/org/apache/lucene/search/Searcher.html#search(org.apache.lucene.search.Query,%20org.apache.lucene.search.Sort) http://www.lucenebook.com/search?query=sort -- Ian. [EMAIL PROTECTED] On 21/09/05, Wi <[EMAIL PROTECTED]> wrote: > I want to sort results by some

How to sort results

2005-09-21 Thread Wi
I want to sort results by some field. Of cause i can fetch all results and then sort them in memory but this is bad way... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]