Uses of Interface
org.nuxeo.elasticsearch.api.ESHintQueryBuilder
-
Packages that use ESHintQueryBuilder Package Description org.nuxeo.elasticsearch org.nuxeo.elasticsearch.api org.nuxeo.elasticsearch.config org.nuxeo.elasticsearch.core org.nuxeo.elasticsearch.hint -
-
Uses of ESHintQueryBuilder in org.nuxeo.elasticsearch
Methods in org.nuxeo.elasticsearch that return types with arguments of type ESHintQueryBuilder Modifier and Type Method Description Optional<ESHintQueryBuilder>
ElasticSearchComponent. getHintByOperator(String name)
-
Uses of ESHintQueryBuilder in org.nuxeo.elasticsearch.api
Methods in org.nuxeo.elasticsearch.api that return types with arguments of type ESHintQueryBuilder Modifier and Type Method Description Optional<ESHintQueryBuilder>
ElasticSearchAdmin. getHintByOperator(String name)
Returns the hint by the Elasticsearch operator name. -
Uses of ESHintQueryBuilder in org.nuxeo.elasticsearch.config
Fields in org.nuxeo.elasticsearch.config with type parameters of type ESHintQueryBuilder Modifier and Type Field Description protected Class<? extends ESHintQueryBuilder>
ESHintQueryBuilderDescriptor. klass
Methods in org.nuxeo.elasticsearch.config that return ESHintQueryBuilder Modifier and Type Method Description ESHintQueryBuilder
ESHintQueryBuilderDescriptor. newInstance()
Methods in org.nuxeo.elasticsearch.config that return types with arguments of type ESHintQueryBuilder Modifier and Type Method Description Class<? extends ESHintQueryBuilder>
ESHintQueryBuilderDescriptor. getKlass()
-
Uses of ESHintQueryBuilder in org.nuxeo.elasticsearch.core
Fields in org.nuxeo.elasticsearch.core with type parameters of type ESHintQueryBuilder Modifier and Type Field Description protected Map<String,ESHintQueryBuilder>
ElasticSearchAdminImpl. hints
Methods in org.nuxeo.elasticsearch.core that return types with arguments of type ESHintQueryBuilder Modifier and Type Method Description Optional<ESHintQueryBuilder>
ElasticSearchAdminImpl. getHintByOperator(String name)
-
Uses of ESHintQueryBuilder in org.nuxeo.elasticsearch.hint
Classes in org.nuxeo.elasticsearch.hint that implement ESHintQueryBuilder Modifier and Type Class Description class
AbstractGeoESHintQueryBuilder
Abstract implementation ofESHintQueryBuilder
that manages the geo queries.class
CommonESHintQueryBuilder
The implementation ofESHintQueryBuilder
for the "common" Elasticsearch hint operator.class
FuzzyESHintQueryBuilder
The implementation ofESHintQueryBuilder
for the "fuzzy" Elasticsearch hint operator.class
GeoBoundingBoxESHintQueryBuilder
The implementation ofESHintQueryBuilder
for the "geo_bounding_box" Elasticsearch hint operator.class
GeoDistanceESHintQueryBuilder
The implementation ofESHintQueryBuilder
for the "geo_distance" Elasticsearch hint operator.class
GeoShapeESHintQueryBuilder
The implementation ofESHintQueryBuilder
for the "geo_shape" Elasticsearch hint operator.class
MatchESHintQueryBuilder
The implementation ofESHintQueryBuilder
for the "match" Elasticsearch hint operator.class
MatchPhraseESHintQueryBuilder
The implementation ofESHintQueryBuilder
for the "match_phrase" Elasticsearch hint operator.class
MatchPhrasePrefixESHintQueryBuilder
The implementation ofESHintQueryBuilder
for the "match_phrase_prefix" Elasticsearch hint operator.class
MoreLikeThisESHintQueryBuilder
The implementation ofESHintQueryBuilder
for the "more_like_this" Elasticsearch hint operator.class
MultiMatchESHintQueryBuilder
The implementation ofESHintQueryBuilder
for the "multi_match" Elasticsearch hint operator.class
QueryStringESHintQueryBuilder
The implementation ofESHintQueryBuilder
for the "query_string Elasticsearch hint operator.class
RegexESHintQueryBuilder
The implementation ofESHintQueryBuilder
for the "regex" Elasticsearch hint operator.class
SimpleQueryStringESHintQueryBuilder
The implementation ofESHintQueryBuilder
for the "simple_query_string" Elasticsearch hint operator.class
WildcardESHintQueryBuilder
The implementation ofESHintQueryBuilder
for the "wildcard" Elasticsearch hint operator.
-