[ http://issues.apache.org/jira/browse/LUCENE-432?page=comments#action_12330155 ]
Yonik Seeley commented on LUCENE-432: ------------------------------------- I'd like to see this patch applied. Right now I have to work around this by having my own org.apache.lucene.search package with the following class: public class PublicFieldSortedHitQueue extends FieldSortedHitQueue { public PublicFieldSortedHitQueue (IndexReader reader, SortField[] fields, int size) throws IOException { super(reader, fields, size); } } > Make FieldSortedHitQueue public > ------------------------------- > > Key: LUCENE-432 > URL: http://issues.apache.org/jira/browse/LUCENE-432 > Project: Lucene - Java > Type: Bug > Components: Search > Versions: CVS Nightly - Specify date in submission > Environment: Operating System: other > Platform: Other > Reporter: Martin Haye > Assignee: Lucene Developers > Attachments: FieldSortedHitQueue.patch > > Currently, those who utilize the "advanced" search API cannot sort results > using > the handy FieldSortedHitQueue. I suggest making this class public to > facilitate > this use, as I can't think of a reason not to. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]