Uses of Interface
de.cxp.ocs.elasticsearch.query.model.QueryStringTerm
-
-
Uses of QueryStringTerm in de.cxp.ocs.elasticsearch
Methods in de.cxp.ocs.elasticsearch that return types with arguments of type QueryStringTerm Modifier and Type Method Description static List<QueryStringTerm>SpellCorrector. toListWithAllTerms(Collection<QueryStringTerm> searchWords, Map<String,WordAssociation> correctedWords)Method parameters in de.cxp.ocs.elasticsearch with type arguments of type QueryStringTerm Modifier and Type Method Description Map<String,WordAssociation>SpellCorrector. extractRelatedWords(Collection<QueryStringTerm> searchWords, org.elasticsearch.search.suggest.Suggest suggest)static List<QueryStringTerm>SpellCorrector. toListWithAllTerms(Collection<QueryStringTerm> searchWords, Map<String,WordAssociation> correctedWords) -
Uses of QueryStringTerm in de.cxp.ocs.elasticsearch.query.analyzer
Methods in de.cxp.ocs.elasticsearch.query.analyzer that return types with arguments of type QueryStringTerm Modifier and Type Method Description List<QueryStringTerm>QuerqyQueryExpander. analyze(String userQuery)List<QueryStringTerm>WhitespaceAnalyzer. analyze(String userQuery)List<QueryStringTerm>WhitespaceWithShingles. analyze(String userQuery)static List<QueryStringTerm>WhitespaceAnalyzer. toQueryStringWordList(String[] words) -
Uses of QueryStringTerm in de.cxp.ocs.elasticsearch.query.builder
Method parameters in de.cxp.ocs.elasticsearch.query.builder with type arguments of type QueryStringTerm Modifier and Type Method Description MasterVariantQueryConfigurableQueryFactory. createQuery(List<QueryStringTerm> searchTerms)MasterVariantQueryDefaultQueryFactory. createQuery(List<QueryStringTerm> searchTerms)MasterVariantQueryMatchAllQueryFactory. createQuery(List<QueryStringTerm> searchTerms)MasterVariantQueryNgramQueryFactory. createQuery(List<QueryStringTerm> searchTerms)MasterVariantQueryPredictionQueryFactory. createQuery(List<QueryStringTerm> searchWords)Iterator<ESQueryFactory>ConditionalQueries. getMatchingFactories(List<QueryStringTerm> searchWords)booleanConditionalQueries.ComposedPredicate. test(List<QueryStringTerm> t)booleanConditionalQueries.PatternCondition. test(List<QueryStringTerm> words)booleanConditionalQueries.TermCountCondition. test(List<QueryStringTerm> words) -
Uses of QueryStringTerm in de.cxp.ocs.elasticsearch.query.model
Classes in de.cxp.ocs.elasticsearch.query.model that implement QueryStringTerm Modifier and Type Class Description classWeightedWordA term that accepts a weight and a optional fuzzy operator.classWordAssociationA term that is associated with other terms (e.g. -
Uses of QueryStringTerm in de.cxp.ocs.spi.search
Methods in de.cxp.ocs.spi.search that return types with arguments of type QueryStringTerm Modifier and Type Method Description List<QueryStringTerm>UserQueryAnalyzer. analyze(String userQuery)Method parameters in de.cxp.ocs.spi.search with type arguments of type QueryStringTerm Modifier and Type Method Description MasterVariantQueryESQueryFactory. createQuery(List<QueryStringTerm> searchWords) -
Uses of QueryStringTerm in de.cxp.ocs.util
Method parameters in de.cxp.ocs.util with type arguments of type QueryStringTerm Modifier and Type Method Description static StringESQueryUtils. buildQueryString(Collection<QueryStringTerm> searchTerms, String joinToken)static StringESQueryUtils. getQueryLabel(Collection<QueryStringTerm> termsUnique)
-