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 AnalyzedQuerySpellCorrector.toListWithAllTerms(AnalyzedQuery analyzedQuery, Map<String, AssociatedTerm> correctedWords) Methods in de.cxp.ocs.elasticsearch with parameters of type AnalyzedQueryModifier and TypeMethodDescriptionstatic AnalyzedQuerySpellCorrector.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 TypeClassDescriptionclassA query that consists of an analyzed query extended by filters (and maybe more in the future).final classclassA term that consists of several terms that belong together.classA query that consists of several different analyzed queries.classConstructors 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 TypeMethodDescriptionvoidAbstractTermVisitor.visitSubQuery(AnalyzedQuery query) voidQueryTermVisitor.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 TypeMethodDescriptionbooleanConditionalQueries.ComposedPredicate.test(AnalyzedQuery query) booleanConditionalQueries.PatternCondition.test(AnalyzedQuery words) booleanConditionalQueries.QueryLengthCondition.test(AnalyzedQuery q) booleanConditionalQueries.TermCountCondition.test(AnalyzedQuery q)