| Package | Description |
|---|---|
| org.elasticsearch.action.fieldstats |
| Modifier and Type | Method and Description |
|---|---|
IndexConstraint.Comparison |
IndexConstraint.getComparison() |
static IndexConstraint.Comparison |
IndexConstraint.Comparison.parse(String value) |
static IndexConstraint.Comparison |
IndexConstraint.Comparison.read(byte id) |
static IndexConstraint.Comparison |
IndexConstraint.Comparison.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexConstraint.Comparison[] |
IndexConstraint.Comparison.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IndexConstraint(String field,
IndexConstraint.Property property,
IndexConstraint.Comparison comparison,
String value) |
IndexConstraint(String field,
IndexConstraint.Property property,
IndexConstraint.Comparison comparison,
String value,
String optionalFormat) |
Copyright © 2009–2017. All rights reserved.