mirror of
https://github.com/apache/lucene.git
synced 2025-02-24 03:05:06 +00:00
make abstract FieldComparatorSource.newComparator public
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@748123 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6c176eb016
commit
f6fe5a1fe0
@ -38,6 +38,6 @@ public abstract class FieldComparatorSource {
|
||||
* @throws IOException
|
||||
* If an error occurs reading the index.
|
||||
*/
|
||||
abstract FieldComparator newComparator(String fieldname, IndexReader[] subReaders, int numHits, int sortPos, boolean reversed)
|
||||
public abstract FieldComparator newComparator(String fieldname, IndexReader[] subReaders, int numHits, int sortPos, boolean reversed)
|
||||
throws IOException;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user