Package | Description |
---|---|
org.elasticsearch.index.query |
Modifier and Type | Class and Description |
---|---|
class |
AndFilterBuilder
A filter that matches documents matching boolean combinations of other filters.
|
class |
BoolFilterBuilder
A filter that matches documents matching boolean combinations of other filters.
|
class |
BytesFilterBuilder
FilterBuilder that constructs filters from
BytesReference
source |
class |
ExistsFilterBuilder
Constructs a filter that only match on documents that the field has a value in them.
|
class |
GeoBoundingBoxFilterBuilder |
class |
GeoDistanceFilterBuilder |
class |
GeoDistanceRangeFilterBuilder |
static class |
GeohashCellFilter.Builder
Builder for a geohashfilter.
|
class |
GeoPolygonFilterBuilder |
class |
GeoShapeFilterBuilder
FilterBuilder that builds a GeoShape Filter |
class |
HasChildFilterBuilder |
class |
HasParentFilterBuilder
Builder for the 'has_parent' filter.
|
class |
IdsFilterBuilder
A filter that will return only documents matching specific ids (and a type).
|
class |
IndicesFilterBuilder
A filter that will execute the wrapped filter only for the specified indices, and "match_all" when
it does not match those indices (by default).
|
class |
LimitFilterBuilder |
class |
MatchAllFilterBuilder
A filter that simply wraps a query.
|
class |
MissingFilterBuilder
Constructs a filter that only match on documents that the field has a value in them.
|
class |
NestedFilterBuilder |
class |
NotFilterBuilder
A filter that matches documents matching boolean combinations of other filters.
|
class |
NumericRangeFilterBuilder
Deprecated.
This filter will be removed at some point in time in favor for the range filter with the execution
mode
fielddata . |
class |
OrFilterBuilder
A filter that matches documents matching boolean combinations of other filters.
|
class |
PrefixFilterBuilder
A filter that restricts search results to values that have a matching prefix in a given
field.
|
class |
QueryFilterBuilder
A filter that simply wraps a query.
|
class |
RangeFilterBuilder
A filter that restricts search results to values that are within the given range.
|
class |
RegexpFilterBuilder
A filter that restricts search results to values that have a matching regular expression in a given
field.
|
class |
ScriptFilterBuilder |
class |
TermFilterBuilder
A filter for a field based on a term.
|
class |
TermsFilterBuilder
A filer for a field based on several terms matching on any of them.
|
class |
TermsLookupFilterBuilder
A filer for a field based on several terms matching on any of them.
|
class |
TypeFilterBuilder |
class |
WrapperFilterBuilder
A Filter builder which allows building a filter thanks to a JSON string or binary data.
|
Copyright © 2009–2015. All rights reserved.