Uses of Interface
org.nuxeo.elasticsearch.api.ESHintQueryBuilder
Package
Description
-
Uses of ESHintQueryBuilder in org.nuxeo.elasticsearch
-
Uses of ESHintQueryBuilder in org.nuxeo.elasticsearch.api
Modifier and TypeMethodDescriptionElasticSearchAdmin.getHintByOperator
(String name) Returns the hint by the Elasticsearch operator name. -
Uses of ESHintQueryBuilder in org.nuxeo.elasticsearch.config
Modifier and TypeFieldDescriptionprotected Class<? extends ESHintQueryBuilder>
ESHintQueryBuilderDescriptor.klass
Modifier and TypeMethodDescriptionClass<? extends ESHintQueryBuilder>
ESHintQueryBuilderDescriptor.getKlass()
-
Uses of ESHintQueryBuilder in org.nuxeo.elasticsearch.core
Modifier and TypeFieldDescriptionprotected Map<String,
ESHintQueryBuilder> ElasticSearchAdminImpl.hints
-
Uses of ESHintQueryBuilder in org.nuxeo.elasticsearch.hint
Modifier and TypeClassDescriptionclass
Abstract implementation ofESHintQueryBuilder
that manages the geo queries.class
The implementation ofESHintQueryBuilder
for the "common" Elasticsearch hint operator.class
The implementation ofESHintQueryBuilder
for the "fuzzy" Elasticsearch hint operator.class
The implementation ofESHintQueryBuilder
for the "geo_bounding_box" Elasticsearch hint operator.class
The implementation ofESHintQueryBuilder
for the "geo_distance" Elasticsearch hint operator.class
The implementation ofESHintQueryBuilder
for the "geo_shape" Elasticsearch hint operator.class
The implementation ofESHintQueryBuilder
for the "match" Elasticsearch hint operator.class
The implementation ofESHintQueryBuilder
for the "match_phrase" Elasticsearch hint operator.class
The implementation ofESHintQueryBuilder
for the "match_phrase_prefix" Elasticsearch hint operator.class
The implementation ofESHintQueryBuilder
for the "more_like_this" Elasticsearch hint operator.class
The implementation ofESHintQueryBuilder
for the "multi_match" Elasticsearch hint operator.class
The implementation ofESHintQueryBuilder
for the "query_string Elasticsearch hint operator.class
The implementation ofESHintQueryBuilder
for the "regex" Elasticsearch hint operator.class
The implementation ofESHintQueryBuilder
for the "simple_query_string" Elasticsearch hint operator.class
The implementation ofESHintQueryBuilder
for the "wildcard" Elasticsearch hint operator.