| Package | Description |
|---|---|
| org.elasticsearch.index.query |
| Modifier and Type | Method and Description |
|---|---|
MissingQueryBuilder |
MissingQueryBuilder.existence(boolean existence)
Deprecated.
Should the missing filter include documents where the field doesn't exists in the docs.
|
static MissingQueryBuilder |
QueryBuilders.missingQuery(String name)
Deprecated.
Use
QueryBuilders.existsQuery(String) inside a BoolQueryBuilder.mustNot(QueryBuilder) clause instead. |
MissingQueryBuilder |
MissingQueryBuilder.nullValue(boolean nullValue)
Deprecated.
Should the missing filter automatically include fields with null value configured in the
mappings.
|
MissingQueryBuilder |
MissingQueryBuilder.queryName(String queryName)
Deprecated.
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
|
Copyright © 2009–2017. All rights reserved.