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. klassMethods in org.nuxeo.elasticsearch.config that return ESHintQueryBuilder Modifier and Type Method Description ESHintQueryBuilderESHintQueryBuilderDescriptor. 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. hintsMethods 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 classAbstractGeoESHintQueryBuilderAbstract implementation ofESHintQueryBuilderthat manages the geo queries.classCommonESHintQueryBuilderThe implementation ofESHintQueryBuilderfor the "common" Elasticsearch hint operator.classFuzzyESHintQueryBuilderThe implementation ofESHintQueryBuilderfor the "fuzzy" Elasticsearch hint operator.classGeoBoundingBoxESHintQueryBuilderThe implementation ofESHintQueryBuilderfor the "geo_bounding_box" Elasticsearch hint operator.classGeoDistanceESHintQueryBuilderThe implementation ofESHintQueryBuilderfor the "geo_distance" Elasticsearch hint operator.classGeoShapeESHintQueryBuilderThe implementation ofESHintQueryBuilderfor the "geo_shape" Elasticsearch hint operator.classMatchESHintQueryBuilderThe implementation ofESHintQueryBuilderfor the "match" Elasticsearch hint operator.classMatchPhraseESHintQueryBuilderThe implementation ofESHintQueryBuilderfor the "match_phrase" Elasticsearch hint operator.classMatchPhrasePrefixESHintQueryBuilderThe implementation ofESHintQueryBuilderfor the "match_phrase_prefix" Elasticsearch hint operator.classMoreLikeThisESHintQueryBuilderThe implementation ofESHintQueryBuilderfor the "more_like_this" Elasticsearch hint operator.classMultiMatchESHintQueryBuilderThe implementation ofESHintQueryBuilderfor the "multi_match" Elasticsearch hint operator.classQueryStringESHintQueryBuilderThe implementation ofESHintQueryBuilderfor the "query_string Elasticsearch hint operator.classRegexESHintQueryBuilderThe implementation ofESHintQueryBuilderfor the "regex" Elasticsearch hint operator.classSimpleQueryStringESHintQueryBuilderThe implementation ofESHintQueryBuilderfor the "simple_query_string" Elasticsearch hint operator.classWildcardESHintQueryBuilderThe implementation ofESHintQueryBuilderfor the "wildcard" Elasticsearch hint operator.
-