org.apache.lucene.search
Class FieldComparatorSource
java.lang.Object
org.apache.lucene.search.FieldComparatorSource
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DistanceFieldComparatorSource
public abstract class FieldComparatorSource
- extends Object
- implements Serializable
Provides a FieldComparator
for custom field sorting.
NOTE: This API is experimental and might change in
incompatible ways in the next release.
- See Also:
- Serialized Form
Method Summary |
abstract FieldComparator |
newComparator(String fieldname,
int numHits,
int sortPos,
boolean reversed)
Creates a comparator for the field in the given index. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldComparatorSource
public FieldComparatorSource()
newComparator
public abstract FieldComparator newComparator(String fieldname,
int numHits,
int sortPos,
boolean reversed)
throws IOException
- Creates a comparator for the field in the given index.
- Parameters:
fieldname
- Name of the field to create comparator for.
- Returns:
- FieldComparator.
- Throws:
IOException
- If an error occurs reading the index.
Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.