Package | Description |
---|---|
org.apache.solr.client.solrj.io.comp |
Comparators for the Streaming Aggregation API
|
Modifier and Type | Method and Description |
---|---|
static ComparatorOrder |
ComparatorOrder.fromString(String order) |
ComparatorOrder |
FieldComparator.getOrder() |
static ComparatorOrder |
ComparatorOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComparatorOrder[] |
ComparatorOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FieldComparator(String fieldName,
ComparatorOrder order) |
FieldComparator(String leftFieldName,
String rightFieldName,
ComparatorOrder order) |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.