Package | Description |
---|---|
org.apache.solr.client.solrj.io.comp |
Comparators for the Streaming Aggregation API
|
Modifier and Type | Field and Description |
---|---|
protected ComparatorOrder |
StreamComparator.order |
Modifier and Type | Method and Description |
---|---|
static ComparatorOrder |
ComparatorOrder.fromString(String order) |
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 field,
ComparatorOrder order) |
FieldComparator(String leftField,
String rightField,
ComparatorOrder order) |
StreamComparator(String field,
ComparatorOrder order) |
StreamComparator(String leftField,
String rightField,
ComparatorOrder order) |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.