Uses of Interface
de.cxp.ocs.elasticsearch.model.query.AnalyzedQuery
Packages that use AnalyzedQuery
Package
Description
-
Uses of AnalyzedQuery in de.cxp.ocs.elasticsearch
Methods in de.cxp.ocs.elasticsearch that return AnalyzedQueryModifier and TypeMethodDescriptionstatic AnalyzedQuery
SpellCorrector.toListWithAllTerms
(AnalyzedQuery analyzedQuery, Map<String, AssociatedTerm> correctedWords) Methods in de.cxp.ocs.elasticsearch with parameters of type AnalyzedQueryModifier and TypeMethodDescriptionstatic AnalyzedQuery
SpellCorrector.toListWithAllTerms
(AnalyzedQuery analyzedQuery, Map<String, AssociatedTerm> correctedWords) -
Uses of AnalyzedQuery in de.cxp.ocs.elasticsearch.model.query
Classes in de.cxp.ocs.elasticsearch.model.query that implement AnalyzedQueryModifier and TypeClassDescriptionclass
A query that consists of an analyzed query extended by filters (and maybe more in the future).final class
class
A term that consists of several terms that belong together.class
A query that consists of several different analyzed queries.class
Constructors in de.cxp.ocs.elasticsearch.model.query with parameters of type AnalyzedQueryModifierConstructorDescriptionExtendedQuery
(AnalyzedQuery searchQuery) ExtendedQuery
(AnalyzedQuery searchQuery, List<QueryStringTerm> filters) Constructor parameters in de.cxp.ocs.elasticsearch.model.query with type arguments of type AnalyzedQueryModifierConstructorDescriptionMultiVariantQuery
(Collection<QueryStringTerm> inputTerms, List<AnalyzedQuery> queryVariation) -
Uses of AnalyzedQuery in de.cxp.ocs.elasticsearch.model.visitor
Methods in de.cxp.ocs.elasticsearch.model.visitor with parameters of type AnalyzedQueryModifier and TypeMethodDescriptionvoid
AbstractTermVisitor.visitSubQuery
(AnalyzedQuery query) void
QueryTermVisitor.visitSubQuery
(AnalyzedQuery query) -
Uses of AnalyzedQuery in de.cxp.ocs.elasticsearch.query
Methods in de.cxp.ocs.elasticsearch.query with parameters of type AnalyzedQuery -
Uses of AnalyzedQuery in de.cxp.ocs.elasticsearch.query.builder
Methods in de.cxp.ocs.elasticsearch.query.builder with parameters of type AnalyzedQueryModifier and TypeMethodDescriptionboolean
ConditionalQueries.ComposedPredicate.test
(AnalyzedQuery query) boolean
ConditionalQueries.PatternCondition.test
(AnalyzedQuery words) boolean
ConditionalQueries.QueryLengthCondition.test
(AnalyzedQuery q) boolean
ConditionalQueries.TermCountCondition.test
(AnalyzedQuery q)