| パッケージ | 説明 |
|---|---|
| org.elasticsearch.index.query |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
MissingQueryBuilder |
MissingQueryBuilder.existence(boolean existence)
非推奨です。
Should the missing filter include documents where the field doesn't exists in the docs.
|
static MissingQueryBuilder |
QueryBuilders.missingQuery(String name)
非推奨です。
Use
QueryBuilders.existsQuery(String) inside a BoolQueryBuilder.mustNot(QueryBuilder) clause instead. |
MissingQueryBuilder |
MissingQueryBuilder.nullValue(boolean nullValue)
非推奨です。
Should the missing filter automatically include fields with null value configured in the
mappings.
|
MissingQueryBuilder |
MissingQueryBuilder.queryName(String queryName)
非推奨です。
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
|
Copyright © 2009–2016. All rights reserved.