Uses of Class
com.hybris.backoffice.solrsearch.dataaccess.SolrSearchCondition
Packages that use SolrSearchCondition
Package
Description
-
Uses of SolrSearchCondition in com.hybris.backoffice.solrsearch.converters
Methods in com.hybris.backoffice.solrsearch.converters that return types with arguments of type SolrSearchConditionModifier and TypeMethodDescriptionSearchQueryConditionsConverter.convert(List<? extends com.hybris.cockpitng.search.data.SearchQueryCondition> conditions, SearchQuery.Operator globalOperator, IndexedType indexedType) Converts a list ofSearchQueryConditionto a list ofSolrSearchCondition.Method parameters in com.hybris.backoffice.solrsearch.converters with type arguments of type SolrSearchConditionModifier and TypeMethodDescriptionSearchConditionDataConverter.convertConditions(List<SolrSearchCondition> conditions, SearchQuery.Operator globalOperator) -
Uses of SolrSearchCondition in com.hybris.backoffice.solrsearch.converters.impl
Methods in com.hybris.backoffice.solrsearch.converters.impl that return SolrSearchConditionModifier and TypeMethodDescriptionprotected SolrSearchConditionDefaultSearchQueryConditionsConverter.createConditionForProperty(IndexedProperty indexedProperty, List<com.hybris.cockpitng.search.data.SearchQueryCondition> conditions, SearchQuery.Operator operator, Locale locale) Methods in com.hybris.backoffice.solrsearch.converters.impl that return types with arguments of type SolrSearchConditionModifier and TypeMethodDescriptionDefaultSearchQueryConditionsConverter.convert(List<? extends com.hybris.cockpitng.search.data.SearchQueryCondition> conditions, SearchQuery.Operator globalOperator, IndexedType indexedType) protected List<SolrSearchCondition>DefaultSearchConditionDataConverter.flattenConditions(List<SolrSearchCondition> conditions) Methods in com.hybris.backoffice.solrsearch.converters.impl with parameters of type SolrSearchConditionModifier and TypeMethodDescriptionprotected booleanDefaultSearchConditionDataConverter.isFQApplicableCondition(SolrSearchCondition condition) Method parameters in com.hybris.backoffice.solrsearch.converters.impl with type arguments of type SolrSearchConditionModifier and TypeMethodDescriptionprotected voidDefaultSearchQueryConditionsConverter.appendAttributeCondition(List<SolrSearchCondition> convertedConditions, List<com.hybris.cockpitng.search.data.SearchQueryCondition> conditions, IndexedProperty property, SearchQuery.Operator operator) DefaultSearchConditionDataConverter.convertConditions(List<SolrSearchCondition> conditions, SearchQuery.Operator globalOperator) protected voidDefaultSearchQueryConditionsConverter.convertConditions(List<SolrSearchCondition> convertedConditions, List<? extends com.hybris.cockpitng.search.data.SearchQueryCondition> conditions, SearchQuery.Operator globalOperator, IndexedType indexedType) protected List<SolrSearchCondition>DefaultSearchConditionDataConverter.flattenConditions(List<SolrSearchCondition> conditions) -
Uses of SolrSearchCondition in com.hybris.backoffice.solrsearch.dataaccess
Methods in com.hybris.backoffice.solrsearch.dataaccess that return types with arguments of type SolrSearchConditionModifier and TypeMethodDescriptionBackofficeSearchQuery.getFieldConditions(String field) BackofficeSearchQuery.getFilterQueryConditions()SearchConditionData.getFilterQueryConditions()protected List<SolrSearchCondition>BackofficeSearchQuery.getFlatQueryConditions(List<SolrSearchCondition> searchConditions) SolrSearchCondition.getNestedConditions()SearchConditionData.getQueryConditions()Methods in com.hybris.backoffice.solrsearch.dataaccess with parameters of type SolrSearchConditionModifier and TypeMethodDescriptionvoidSearchConditionData.addFilterQueryCondition(SolrSearchCondition condition) voidSearchConditionData.addQueryCondition(SolrSearchCondition condition) Method parameters in com.hybris.backoffice.solrsearch.dataaccess with type arguments of type SolrSearchConditionModifier and TypeMethodDescriptionprotected List<SolrSearchCondition>BackofficeSearchQuery.getFlatQueryConditions(List<SolrSearchCondition> searchConditions) voidSearchConditionData.setFilterQueryConditions(List<SolrSearchCondition> filterQueryConditions) voidSearchConditionData.setSearchConditionData(List<SolrSearchCondition> queryConditions) Constructor parameters in com.hybris.backoffice.solrsearch.dataaccess with type arguments of type SolrSearchConditionModifierConstructorDescriptionSolrSearchCondition(List<SolrSearchCondition> nestedConditions, SearchQuery.Operator operator) Creates condition which aggregates nested conditions.SolrSearchCondition(List<SolrSearchCondition> nestedConditions, SearchQuery.Operator operator, boolean filterQueryCondition) Creates condition which aggregates nested conditions. -
Uses of SolrSearchCondition in com.hybris.backoffice.solrsearch.decorators.impl
Methods in com.hybris.backoffice.solrsearch.decorators.impl that return SolrSearchConditionModifier and TypeMethodDescriptionprotected SolrSearchConditionDefaultContainsConditionDecorator.extractConditionFromValue(SolrSearchCondition condition, SolrSearchCondition.ConditionValue conditionValue) protected SolrSearchConditionDefaultTypeConditionDecorator.prepareTypeCondition(com.hybris.cockpitng.search.data.SearchQueryData queryData, IndexedType indexedType) Methods in com.hybris.backoffice.solrsearch.decorators.impl that return types with arguments of type SolrSearchConditionModifier and TypeMethodDescriptionprotected List<SolrSearchCondition>DefaultContainsConditionDecorator.convertToContainsOrEquals(SolrSearchCondition condition) protected List<SolrSearchCondition>DefaultContainsConditionDecorator.decorateConditions(List<SolrSearchCondition> conditions) Methods in com.hybris.backoffice.solrsearch.decorators.impl with parameters of type SolrSearchConditionModifier and TypeMethodDescriptionprotected List<SolrSearchCondition>DefaultContainsConditionDecorator.convertToContainsOrEquals(SolrSearchCondition condition) protected SolrSearchConditionDefaultContainsConditionDecorator.extractConditionFromValue(SolrSearchCondition condition, SolrSearchCondition.ConditionValue conditionValue) protected booleanDefaultContainsConditionDecorator.hasContainsOperator(SolrSearchCondition condition) Method parameters in com.hybris.backoffice.solrsearch.decorators.impl with type arguments of type SolrSearchConditionModifier and TypeMethodDescriptionprotected List<SolrSearchCondition>DefaultContainsConditionDecorator.decorateConditions(List<SolrSearchCondition> conditions) -
Uses of SolrSearchCondition in com.hybris.backoffice.solrsearch.populators
Methods in com.hybris.backoffice.solrsearch.populators with parameters of type SolrSearchConditionModifier and TypeMethodDescriptionprotected StringBackofficeFacetSearchQueryFilterQueriesPopulator.convertAttributeNameToFieldName(SearchQuery searchQuery, SolrSearchCondition condition) protected StringBackofficeFacetSearchQueryFilterQueriesPopulator.convertSearchConditionToFilterQuery(SearchQuery searchQuery, SolrSearchCondition condition) protected StringBackofficeFacetSearchQueryFilterQueriesPopulator.convertSearchConditionValuesToFilterQueryValue(SolrSearchCondition condition) protected StringBackofficeSearchQuerySortsPopulator.translate(String field, SearchQuery searchQuery, SolrSearchCondition condition) Method parameters in com.hybris.backoffice.solrsearch.populators with type arguments of type SolrSearchConditionModifier and TypeMethodDescriptionBackofficeFacetSearchQueryFilterQueriesPopulator.buildFilterQueries(SearchQuery searchQuery, List<SolrSearchCondition> conditions) -
Uses of SolrSearchCondition in com.hybris.backoffice.solrsearch.services.impl
Methods in com.hybris.backoffice.solrsearch.services.impl that return SolrSearchConditionModifier and TypeMethodDescriptionprotected SolrSearchConditionDefaultBackofficeFacetSearchService.prepareTypeCondition(com.hybris.cockpitng.search.data.SearchQueryData queryData) Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.hybris.backoffice.solrsearch.services.impl that return types with arguments of type SolrSearchConditionModifier and TypeMethodDescriptionprotected Optional<SolrSearchCondition>DefaultBackofficeFacetSearchService.prepareTypeCondition(IndexedType indexedType, com.hybris.cockpitng.search.data.SearchQueryData queryData)
DefaultBackofficeFacetSearchService.prepareTypeCondition(IndexedType, SearchQueryData)instead