Uses of Class
de.hybris.platform.solrfacetsearch.search.FacetValue
Packages that use FacetValue
Package
Description
-
Uses of FacetValue in com.hybris.backoffice.solrsearch.converters.impl
Methods in com.hybris.backoffice.solrsearch.converters.impl with parameters of type FacetValueModifier and TypeMethodDescriptionprotected com.hybris.cockpitng.search.data.facet.FacetValueDataDefaultFullTextSearchDataConverter.convertFacetValue(FacetValue facetValue) -
Uses of FacetValue in de.hybris.platform.acceleratorservices.search.comparators
Methods in de.hybris.platform.acceleratorservices.search.comparators with parameters of type FacetValueModifier and TypeMethodDescriptionintFacetValueNameComparator.compare(FacetValue value1, FacetValue value2) protected intNumericFacetComparator.compareInstances(FacetValue facet1, FacetValue facet2) -
Uses of FacetValue in de.hybris.platform.adaptivesearchsolr.strategies.impl
Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl with parameters of type FacetValueModifier and TypeMethodDescriptionprotected AsFacetValueDataSolrAsSearchProvider.createFacetValueData(FacetValue facetValue) -
Uses of FacetValue in de.hybris.platform.commerceservices.search.solrfacetsearch.populators
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.populators with parameters of type FacetValueModifier and TypeMethodDescriptionprotected FacetValueData<SolrSearchQueryData>SearchResponseFacetsPopulator.buildFacetValue(FacetData<SolrSearchQueryData> facetData, Facet facet, FacetValue facetValue, SearchResult searchResult, SolrSearchQueryData searchQueryData) -
Uses of FacetValue in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl that return types with arguments of type FacetValueModifier and TypeMethodDescriptionprotected List<FacetValue>DefaultTopValuesProviderTest.createFacetValues()DefaultTopValuesProvider.getTopValues(IndexedProperty indexedProperty, List<FacetValue> facetValues) Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl with parameters of type FacetValueModifier and TypeMethodDescriptionprotected intDefaultTopValuesProvider.FacetValueCountComparator.compareInstances(FacetValue facet1, FacetValue facet2) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl with type arguments of type FacetValueModifier and TypeMethodDescriptionDefaultTopValuesProvider.getTopValues(IndexedProperty indexedProperty, List<FacetValue> facetValues) -
Uses of FacetValue in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that return types with arguments of type FacetValueModifier and TypeMethodDescriptionFacetSortProvider.getComparatorForTypeAndProperty(IndexedType indexedType, IndexedProperty indexedProperty) Get the comparator for the type and property -
Uses of FacetValue in de.hybris.platform.solrfacetsearch.config.impl
Methods in de.hybris.platform.solrfacetsearch.config.impl that return types with arguments of type FacetValueModifier and TypeMethodDescriptionDefaultFacetSortProvider.getComparatorForTypeAndProperty(IndexedType indexedType, IndexedProperty indexedProperty) Method parameters in de.hybris.platform.solrfacetsearch.config.impl with type arguments of type FacetValueModifier and TypeMethodDescriptionvoidDefaultFacetSortProvider.setComparator(Comparator<FacetValue> comparator) -
Uses of FacetValue in de.hybris.platform.solrfacetsearch.provider
Methods in de.hybris.platform.solrfacetsearch.provider that return types with arguments of type FacetValueModifier and TypeMethodDescriptionFacetTopValuesProvider.getTopValues(IndexedProperty indexedProperty, List<FacetValue> facets) Returns all top facet values for given indexed propertyMethod parameters in de.hybris.platform.solrfacetsearch.provider with type arguments of type FacetValueModifier and TypeMethodDescriptionFacetTopValuesProvider.getTopValues(IndexedProperty indexedProperty, List<FacetValue> facets) Returns all top facet values for given indexed property -
Uses of FacetValue in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that return types with arguments of type FacetValueModifier and TypeMethodDescriptionFacet.getAllFacetValues()Facet.getFacetValues()Facet.getSelectedFacetValues()Facet.getTopFacetValues()Methods in de.hybris.platform.solrfacetsearch.search with parameters of type FacetValueMethod parameters in de.hybris.platform.solrfacetsearch.search with type arguments of type FacetValueModifier and TypeMethodDescriptionvoidFacet.setAllFacetValues(List<FacetValue> allFacetValues) voidFacet.setFacetValues(List<FacetValue> facetValues) voidFacet.setSelectedFacetValues(List<FacetValue> selectedFacetValues) voidFacet.setTopFacetValues(List<FacetValue> topFacetValues) Constructor parameters in de.hybris.platform.solrfacetsearch.search with type arguments of type FacetValueModifierConstructorDescriptionFacet(String name, String displayName, List<FacetValue> facetValues, List<FacetValue> topFacetValues, FacetType facetType, int priority) Facet(String name, String displayName, List<FacetValue> facetValues, List<FacetValue> topFacetValues, List<FacetValue> selectedFacetValues, FacetType facetType, int priority) Facet(String name, List<FacetValue> facetValues) -
Uses of FacetValue in de.hybris.platform.solrfacetsearch.search.impl.comparators
Methods in de.hybris.platform.solrfacetsearch.search.impl.comparators with parameters of type FacetValueModifier and TypeMethodDescriptionintFacetCountComparator.compare(FacetValue value1, FacetValue value2) intFacetDisplayNameComparator.compare(FacetValue value1, FacetValue value2) intFacetNameComparator.compare(FacetValue value1, FacetValue value2) -
Uses of FacetValue in de.hybris.platform.solrfacetsearch.search.impl.populators
Method parameters in de.hybris.platform.solrfacetsearch.search.impl.populators with type arguments of type FacetValueModifier and TypeMethodDescriptionprotected voidFacetSearchResultFacetsPopulator.buildTopFacetValues(FacetSearchResultFacetsPopulator.FacetInfo facetInfo, List<FacetValue> facetValues, List<FacetValue> topFacetValues) protected voidLegacyFacetSearchResultFacetsPopulator.buildTopFacetValues(LegacyFacetSearchResultFacetsPopulator.FacetInfo facetInfo, List<FacetValue> facetValues, List<FacetValue> topFacetValues) Deprecated.protected voidFacetSearchResultFacetsPopulator.removeFacetValues(List<String> keys, Map<String, FacetValue> mapping, Consumer<FacetValue> consumer) protected voidFacetSearchResultFacetsPopulator.removeFacetValues(List<String> keys, Map<String, FacetValue> mapping, Consumer<FacetValue> consumer) protected voidLegacyFacetSearchResultFacetsPopulator.removeFacetValues(List<String> keys, Map<String, FacetValue> mapping, Consumer<FacetValue> consumer) Deprecated.protected voidLegacyFacetSearchResultFacetsPopulator.removeFacetValues(List<String> keys, Map<String, FacetValue> mapping, Consumer<FacetValue> consumer) Deprecated.protected voidFacetSearchResultFacetsPopulator.sortFacetValues(FacetSearchResultFacetsPopulator.FacetInfo facetInfo, SearchQuery searchQuery, List<FacetValue> facetValues) protected voidLegacyFacetSearchResultFacetsPopulator.sortFacetValues(LegacyFacetSearchResultFacetsPopulator.FacetInfo facetInfo, SearchQuery searchQuery, List<FacetValue> facetValues) Deprecated.