| パッケージ | 説明 |
|---|---|
| org.elasticsearch.action.fieldstats |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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)
指定した名前を持つこの型の列挙型定数を返します。
|
static IndexConstraint.Property[] |
IndexConstraint.Property.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| コンストラクタと説明 |
|---|
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–2016. All rights reserved.