| Package | Description |
|---|---|
| org.elasticsearch.action.fieldstats |
| Modifier and Type | Method and Description |
|---|---|
IndexConstraint.Property |
IndexConstraint.getProperty() |
static IndexConstraint.Property |
IndexConstraint.Property.parse(String value) |
static IndexConstraint.Property |
IndexConstraint.Property.read(byte id) |
static IndexConstraint.Property |
IndexConstraint.Property.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexConstraint.Property[] |
IndexConstraint.Property.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.