Uses of Class
de.hybris.platform.solrfacetsearch.search.QueryField
Packages that use QueryField
Package
Description
-
Uses of QueryField in com.hybris.backoffice.solrsearch.dataaccess
Subclasses of QueryField in com.hybris.backoffice.solrsearch.dataaccessMethods in com.hybris.backoffice.solrsearch.dataaccess that return types with arguments of type QueryField -
Uses of QueryField in com.hybris.backoffice.solrsearch.populators
Methods in com.hybris.backoffice.solrsearch.populators with parameters of type QueryFieldModifier and TypeMethodDescriptionprotected StringBackofficeFacetSearchQueryBasicPopulator.convertQueryField(SearchQuery searchQuery, QueryField queryField) -
Uses of QueryField in de.hybris.platform.commerceservices.search.solrfacetsearch.populators
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.populators that return QueryFieldModifier and TypeMethodDescriptionprotected QueryFieldSearchFiltersPopulator.convertFilterQuery(SolrSearchFilterQueryData solrSearchFilterQuery) -
Uses of QueryField in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that return QueryFieldMethods in de.hybris.platform.solrfacetsearch.search that return types with arguments of type QueryFieldModifier and TypeMethodDescriptionSearchQuery.getBoostFields()Deprecated.SearchQuery.getFilterQueries()Returns the filter query fields.SearchQuery.getQueries()Returns the query fields.Methods in de.hybris.platform.solrfacetsearch.search with parameters of type QueryFieldModifier and TypeMethodDescriptionvoidSearchQuery.addFilterQuery(QueryField query) Adds a filter query field.voidSearchQuery.addQuery(QueryField query) Adds a query field.Constructors in de.hybris.platform.solrfacetsearch.search with parameters of type QueryFieldModifierConstructorDescriptionCoupledQueryField(String coupleId, QueryField field1, QueryField field2, SearchQuery.Operator innerCouplingOperator, SearchQuery.Operator outerCouplingOperator) -
Uses of QueryField in de.hybris.platform.solrfacetsearch.search.impl
Methods in de.hybris.platform.solrfacetsearch.search.impl that return types with arguments of type QueryFieldModifier and TypeMethodDescriptionprotected List<QueryField>DefaultSolrQueryConverter.prepareQueryFields(SearchQuery searchQuery) Methods in de.hybris.platform.solrfacetsearch.search.impl with parameters of type QueryFieldModifier and TypeMethodDescriptionprotected booleanDefaultSolrQueryConverter.isFilterQueryField(QueryField queryField, Map<String, DefaultSolrQueryConverter.IndexedFacetInfo> facetInfoMap) Test if the queryField part of qfprotected StringDefaultSolrQueryConverter.prepareQueryField(QueryField field) Method parameters in de.hybris.platform.solrfacetsearch.search.impl with type arguments of type QueryFieldModifier and TypeMethodDescriptionprotected String[]DefaultSolrQueryConverter.convertQueryFields(List<QueryField> queryFields, Map<String, DefaultSolrQueryConverter.IndexedFacetInfo> facetInfoMap) Converts all query fields to the solr query string.protected voidDefaultSolrQueryConverter.prepareQueryFieldsFromFacetValues(SearchQuery searchQuery, Map<String, QueryField> queryFields) protected voidDefaultSolrQueryConverter.prepareQueryFieldsFromQueries(SearchQuery searchQuery, Map<String, QueryField> queryFields) protected voidDefaultSolrQueryConverter.splitQueryFields(List<QueryField> source, List<QueryField> queries, List<QueryField> filterQueries, Map<String, DefaultSolrQueryConverter.IndexedFacetInfo> facetInfoMap) Manage the OR and AND operator in a multi-select search -
Uses of QueryField in de.hybris.platform.solrfacetsearch.search.impl.populators
Methods in de.hybris.platform.solrfacetsearch.search.impl.populators with parameters of type QueryFieldModifier and TypeMethodDescriptionFacetSearchQueryBasicPopulator.convertLegacyBoostField(SearchQuery searchQuery, QueryField queryField) protected StringAbstractFacetSearchQueryPopulator.convertQueryField(SearchQuery searchQuery, QueryField queryField) protected SearchQuery.OperatorAbstractFacetSearchQueryPopulator.resolveQueryFieldOperator(SearchQuery searchQuery, QueryField queryField)
SearchQuery.getRawQueries()