public class LengthSortComparator
extends org.apache.lucene.search.FieldComparatorSource
LengthSortComparator
implements a FieldComparator
which
sorts on the length of property values.Constructor and Description |
---|
LengthSortComparator(NamespaceMappings nsMappings) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.FieldComparator |
newComparator(String fieldname,
int numHits,
int sortPos,
boolean reversed) |
public LengthSortComparator(NamespaceMappings nsMappings)
public org.apache.lucene.search.FieldComparator newComparator(String fieldname, int numHits, int sortPos, boolean reversed) throws IOException
newComparator
in class org.apache.lucene.search.FieldComparatorSource
IOException
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.