Uses of Enum Class
de.hybris.platform.solrfacetsearch.search.SearchQuery.QueryOperator
Packages that use SearchQuery.QueryOperator
Package
Description
-
Uses of SearchQuery.QueryOperator in com.hybris.backoffice.solrsearch.dataaccess
Constructors in com.hybris.backoffice.solrsearch.dataaccess with parameters of type SearchQuery.QueryOperatorModifierConstructorDescriptionBackofficeQueryField(String field, SearchQuery.Operator operator, SearchQuery.QueryOperator queryOperator, Locale locale, String... values) BackofficeQueryField(String field, SearchQuery.Operator operator, SearchQuery.QueryOperator queryOperator, Locale locale, Set<String> values) -
Uses of SearchQuery.QueryOperator in de.hybris.platform.adaptivesearchsolr.strategies
Methods in de.hybris.platform.adaptivesearchsolr.strategies that return SearchQuery.QueryOperatorModifier and TypeMethodDescriptionSolrAsTypeMappingRegistry.toQueryOperator(AsBoostOperator asBoostOperator) Converts aAsBoostOperatortoSearchQuery.QueryOperator.Methods in de.hybris.platform.adaptivesearchsolr.strategies with parameters of type SearchQuery.QueryOperatorModifier and TypeMethodDescriptionSolrAsTypeMappingRegistry.toAsBoostOperator(SearchQuery.QueryOperator boostOperator) Converts aSearchQuery.QueryOperatortoAsBoostOperator. -
Uses of SearchQuery.QueryOperator in de.hybris.platform.adaptivesearchsolr.strategies.impl
Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl that return SearchQuery.QueryOperatorModifier and TypeMethodDescriptionDefaultSolrAsTypeMappingRegistry.toQueryOperator(AsBoostOperator asBoostOperator) Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl that return types with arguments of type SearchQuery.QueryOperatorModifier and TypeMethodDescriptionprotected org.apache.commons.collections4.BidiMap<AsBoostOperator,SearchQuery.QueryOperator> DefaultSolrAsTypeMappingRegistry.getBoostOperatorMapping()Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl with parameters of type SearchQuery.QueryOperatorModifier and TypeMethodDescriptionDefaultSolrAsTypeMappingRegistry.toAsBoostOperator(SearchQuery.QueryOperator boostOperator) -
Uses of SearchQuery.QueryOperator in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that return SearchQuery.QueryOperatorModifier and TypeMethodDescriptionBoostField.getQueryOperator()QueryField.getQueryOperator()static SearchQuery.QueryOperatorReturns the enum constant of this class with the specified name.static SearchQuery.QueryOperator[]SearchQuery.QueryOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.solrfacetsearch.search with parameters of type SearchQuery.QueryOperatorModifier and TypeMethodDescriptionvoidSearchQuery.addBoost(String field, SearchQuery.QueryOperator queryOperator, Object value, Float boost, BoostField.BoostType boostType) voidSearchQuery.addQuery(String field, SearchQuery.Operator operator, SearchQuery.QueryOperator queryOperator, String... values) Adds a query field.voidSearchQuery.addQuery(String field, SearchQuery.Operator operator, SearchQuery.QueryOperator queryOperator, Set<String> values) Adds a query field.voidBoostField.setQueryOperator(SearchQuery.QueryOperator queryOperator) voidQueryField.setQueryOperator(SearchQuery.QueryOperator queryOperator) FacetSearchQueryOperatorTranslator.translate(String value, SearchQuery.QueryOperator queryOperator) TranslateSolrQueryinto solr query expression using the supported operators.Constructors in de.hybris.platform.solrfacetsearch.search with parameters of type SearchQuery.QueryOperatorModifierConstructorDescriptionBoostField(String field, SearchQuery.QueryOperator queryOperator, Object value, Float boostValue, BoostField.BoostType boostType) QueryField(String field, SearchQuery.Operator operator, SearchQuery.QueryOperator queryOperator, String... values) QueryField(String field, SearchQuery.Operator operator, SearchQuery.QueryOperator queryOperator, Set<String> values) -
Uses of SearchQuery.QueryOperator in de.hybris.platform.solrfacetsearch.search.impl
Methods in de.hybris.platform.solrfacetsearch.search.impl that return types with arguments of type SearchQuery.QueryOperatorModifier and TypeMethodDescriptionDefaultFacetSearchQueryOperatorTranslator.getQueryOperatorStringMap()Methods in de.hybris.platform.solrfacetsearch.search.impl with parameters of type SearchQuery.QueryOperatorModifier and TypeMethodDescriptionDefaultFacetSearchQueryOperatorTranslator.translate(String value, SearchQuery.QueryOperator queryOperator) Method parameters in de.hybris.platform.solrfacetsearch.search.impl with type arguments of type SearchQuery.QueryOperatorModifier and TypeMethodDescriptionvoidDefaultFacetSearchQueryOperatorTranslator.setQueryOperatorStringMap(Map<SearchQuery.QueryOperator, String> queryOperatorStringMap) -
Uses of SearchQuery.QueryOperator in de.hybris.platform.solrfacetsearch.solr
Methods in de.hybris.platform.solrfacetsearch.solr that return types with arguments of type SearchQuery.QueryOperatorMethod parameters in de.hybris.platform.solrfacetsearch.solr with type arguments of type SearchQuery.QueryOperatorModifier and TypeMethodDescriptionvoidIndexedPropertyTypeInfo.setSupportedQueryOperators(Set<SearchQuery.QueryOperator> supportedQueryOperators) -
Uses of SearchQuery.QueryOperator in de.hybris.platform.solrfacetsearch.solr.impl
Methods in de.hybris.platform.solrfacetsearch.solr.impl that return types with arguments of type SearchQuery.QueryOperatorModifier and TypeMethodDescriptionDefaultSolrIndexedPropertyTypeRegistry.IndexPropertyTypeOperatorsMapping.getOperators()Method parameters in de.hybris.platform.solrfacetsearch.solr.impl with type arguments of type SearchQuery.QueryOperatorModifier and TypeMethodDescriptionvoidDefaultSolrIndexedPropertyTypeRegistry.IndexPropertyTypeOperatorsMapping.setOperators(Set<SearchQuery.QueryOperator> operators)