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.klassMethods 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.hintsMethods 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 TypeClassDescriptionclassAbstract implementation ofESHintQueryBuilderthat manages the geo queries.classThe implementation ofESHintQueryBuilderfor the "common" Elasticsearch hint operator.classThe implementation ofESHintQueryBuilderfor the "fuzzy" Elasticsearch hint operator.classThe implementation ofESHintQueryBuilderfor the "geo_bounding_box" Elasticsearch hint operator.classThe implementation ofESHintQueryBuilderfor the "geo_distance" Elasticsearch hint operator.classThe implementation ofESHintQueryBuilderfor the "geo_shape" Elasticsearch hint operator.classThe implementation ofESHintQueryBuilderfor the "match" Elasticsearch hint operator.classThe implementation ofESHintQueryBuilderfor the "match_phrase" Elasticsearch hint operator.classThe implementation ofESHintQueryBuilderfor the "match_phrase_prefix" Elasticsearch hint operator.classThe implementation ofESHintQueryBuilderfor the "more_like_this" Elasticsearch hint operator.classThe implementation ofESHintQueryBuilderfor the "multi_match" Elasticsearch hint operator.classThe implementation ofESHintQueryBuilderfor the "query_string Elasticsearch hint operator.classThe implementation ofESHintQueryBuilderfor the "regex" Elasticsearch hint operator.classThe implementation ofESHintQueryBuilderfor the "simple_query_string" Elasticsearch hint operator.classThe implementation ofESHintQueryBuilderfor the "wildcard" Elasticsearch hint operator.