Package | Description |
---|---|
org.elasticsearch.index.query |
Modifier and Type | Method and Description |
---|---|
MissingFilterBuilder |
MissingFilterBuilder.existence(boolean existence)
Should the missing filter include documents where the field doesn't exists in the docs.
|
MissingFilterBuilder |
MissingFilterBuilder.filterName(String filterName)
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
|
static MissingFilterBuilder |
FilterBuilders.missingFilter(String name)
A filter to filter only documents where a field does not exists in them.
|
MissingFilterBuilder |
MissingFilterBuilder.nullValue(boolean nullValue)
Should the missing filter automatically include fields with null value configured in the
mappings.
|
Copyright © 2009–2015. All rights reserved.