Uses of Class
de.cxp.ocs.elasticsearch.model.query.ExtendedQuery
Packages that use ExtendedQuery
Package
Description
-
Uses of ExtendedQuery in de.cxp.ocs.elasticsearch
Methods in de.cxp.ocs.elasticsearch that return ExtendedQueryModifier and TypeMethodDescriptionQueryStringParser.preprocessQuery
(InternalSearchParams parameters, Map<String, Object> searchMetaData) -
Uses of ExtendedQuery in de.cxp.ocs.elasticsearch.model.query
Fields in de.cxp.ocs.elasticsearch.model.query declared as ExtendedQuery -
Uses of ExtendedQuery in de.cxp.ocs.elasticsearch.query
Methods in de.cxp.ocs.elasticsearch.query with parameters of type ExtendedQuery -
Uses of ExtendedQuery in de.cxp.ocs.elasticsearch.query.analyzer
Methods in de.cxp.ocs.elasticsearch.query.analyzer that return ExtendedQueryModifier and TypeMethodDescription -
Uses of ExtendedQuery in de.cxp.ocs.elasticsearch.query.builder
Methods in de.cxp.ocs.elasticsearch.query.builder with parameters of type ExtendedQueryModifier and TypeMethodDescriptionorg.elasticsearch.index.query.QueryBuilder
VariantQueryFactory.createMatchAnyTermQuery
(ExtendedQuery searchTerms) TextMatchQuery
<org.elasticsearch.index.query.QueryBuilder> ConfigurableQueryFactory.createQuery
(ExtendedQuery parsedQuery) TextMatchQuery
<org.elasticsearch.index.query.QueryBuilder> DefaultQueryFactory.createQuery
(ExtendedQuery parsedQuery) TextMatchQuery
<org.elasticsearch.index.query.QueryBuilder> DisMaxQueryFactory.createQuery
(ExtendedQuery parsedQuery) TextMatchQuery
<org.elasticsearch.index.query.QueryBuilder> MatchAllQueryFactory.createQuery
(ExtendedQuery parsedQuery) TextMatchQuery
<org.elasticsearch.index.query.QueryBuilder> NgramQueryFactory.createQuery
(ExtendedQuery parsedQuery) TextMatchQuery
<org.elasticsearch.index.query.QueryBuilder> NoResultQueryFactory.createQuery
(ExtendedQuery q) TextMatchQuery
<org.elasticsearch.index.query.QueryBuilder> PredictionQueryFactory.createQuery
(ExtendedQuery parsedQuery) TextMatchQuery
<org.elasticsearch.index.query.QueryBuilder> RelaxedQueryFactory.createQuery
(ExtendedQuery parsedQuery) ConditionalQueries.getMatchingFactories
(ExtendedQuery parsedQuery) -
Uses of ExtendedQuery in de.cxp.ocs.spi.search
Methods in de.cxp.ocs.spi.search that return ExtendedQueryMethods in de.cxp.ocs.spi.search with parameters of type ExtendedQueryModifier and TypeMethodDescriptionTextMatchQuery
<org.elasticsearch.index.query.QueryBuilder> ESQueryFactory.createQuery
(ExtendedQuery parsedQuery)