that file list looks correct, with the exception of the test cases, src/test/org/apache/lucene/search/TestSort.java.
the overall structure is pretty finalized, I think. There's a few minor changes which could be made to the code - reduce some of the code duplication in the *SortedHitQueue.java files, use a WeakHashMap for the cache, etc. - but otherwise I think it's pretty close ... Tim > -----Original Message----- > From: Moray McConnachie [mailto:[EMAIL PROTECTED] > Sent: Monday, March 01, 2004 12:26 PM > To: '[EMAIL PROTECTED]' > Subject: result sorting code > > Ultimately, I want to wrap the changes recently contributed > by Tim Jones to > support result ordering into my code for Lucene.NET > (contributing it, of > course) but with time limited I want to make sure I have all > the write code > and that this is a good time for me to port it. > > Is this something (the overall structure of which) is (relatively) > finalised, or should I wait a while longer? > > Is it (currently) "only" the following files in the search namespace? > > Searcher.java > IndexSearcher.java > MultiSearcher.java > ParallelMultiSearcher.java > > Searchable.java > RemoteSearchable.java > > Hits.java > > SortField.java > Sort.java > > ScoreDocComparator.java > ScoreDocLookupComparator.java > > TopFieldDocs.java > FieldDoc.java > > IntegerSortedHitQueue.java > FieldDocSortedHitQueue > FieldSortedHitQueue > StringSortedHitQueue > FloatSortedHitQueue.java > MultiFieldSortedHitQueue.java > > Thanks. > > Yours, > Moray --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]