Package | Description |
---|---|
org.elasticsearch.index.query |
Modifier and Type | Method and Description |
---|---|
static IndicesQueryBuilder |
QueryBuilders.indicesQuery(QueryBuilder queryBuilder,
String... indices)
A query that will execute the wrapped query only for the specified indices, and "match_all" when
it does not match those indices.
|
IndicesQueryBuilder |
IndicesQueryBuilder.noMatchQuery(QueryBuilder noMatchQuery)
Sets the query to use when it executes on an index that does not match the indices provided.
|
IndicesQueryBuilder |
IndicesQueryBuilder.noMatchQuery(String type)
Sets the no match query, can either be all or none.
|
IndicesQueryBuilder |
IndicesQueryBuilder.queryName(String queryName)
Sets the query name for the filter that can be used when searching for matched_filters per hit.
|
Copyright © 2009–2015. All rights reserved.