Package | Description |
---|---|
org.elasticsearch.index.query |
Modifier and Type | Method and Description |
---|---|
IndicesFilterBuilder |
IndicesFilterBuilder.filterName(String filterName)
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
|
static IndicesFilterBuilder |
FilterBuilders.indicesFilter(FilterBuilder filter,
String... indices) |
IndicesFilterBuilder |
IndicesFilterBuilder.noMatchFilter(FilterBuilder noMatchFilter)
Sets the filter to use when it executes on an index that does not match the indices provided.
|
IndicesFilterBuilder |
IndicesFilterBuilder.noMatchFilter(String type)
Sets the no match filter, can either be all or none.
|
Copyright © 2009–2015. All rights reserved.