Uses of Interface
org.nuxeo.elasticsearch.api.ESHintQueryBuilder
Packages that use ESHintQueryBuilder
Package
Description
-
Uses of ESHintQueryBuilder in org.nuxeo.elasticsearch
Methods in org.nuxeo.elasticsearch that return types with arguments of type ESHintQueryBuilder -
Uses of ESHintQueryBuilder in org.nuxeo.elasticsearch.api
Methods in org.nuxeo.elasticsearch.api that return types with arguments of type ESHintQueryBuilderModifier and TypeMethodDescriptionElasticSearchAdmin.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 ESHintQueryBuilderModifier and TypeFieldDescriptionprotected Class<? extends ESHintQueryBuilder>
ESHintQueryBuilderDescriptor.klass
Methods in org.nuxeo.elasticsearch.config that return ESHintQueryBuilderMethods in org.nuxeo.elasticsearch.config that return types with arguments of type ESHintQueryBuilderModifier and TypeMethodDescriptionClass<? extends ESHintQueryBuilder>
ESHintQueryBuilderDescriptor.getKlass()
-
Uses of ESHintQueryBuilder in org.nuxeo.elasticsearch.core
Fields in org.nuxeo.elasticsearch.core with type parameters of type ESHintQueryBuilderModifier and TypeFieldDescriptionprotected Map<String,
ESHintQueryBuilder> ElasticSearchAdminImpl.hints
Methods in org.nuxeo.elasticsearch.core that return types with arguments of type ESHintQueryBuilder -
Uses of ESHintQueryBuilder in org.nuxeo.elasticsearch.hint
Classes in org.nuxeo.elasticsearch.hint that implement ESHintQueryBuilderModifier 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.