| Package | Description |
|---|---|
| org.elasticsearch.index.query |
| Modifier and Type | Method and Description |
|---|---|
static ExistsQueryBuilder |
QueryBuilders.existsQuery(String name)
A filter to filter only documents where a field exists in them.
|
ExistsQueryBuilder |
ExistsQueryBuilder.queryName(String queryName)
Sets the query name for the query that can be used when searching for matched_queries per hit.
|
Copyright © 2009–2017. All rights reserved.