Uses of Class
de.hybris.platform.solrfacetsearch.search.FacetValue
-
-
Uses of FacetValue in com.hybris.backoffice.solrsearch.converters.impl
Methods in com.hybris.backoffice.solrsearch.converters.impl with parameters of type FacetValue Modifier and Type Method Description protected com.hybris.cockpitng.search.data.facet.FacetValueDataDefaultFullTextSearchDataConverter. convertFacetValue(FacetValue facetValue) -
Uses of FacetValue in com.hybris.pcmbackoffice.widgets.charts.facetchart
Methods in com.hybris.pcmbackoffice.widgets.charts.facetchart that return types with arguments of type FacetValue Modifier and Type Method Description protected org.zkoss.zul.ListModelList<FacetValue>CategoryFacetChartFiltersRenderer. getCategories()Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in com.hybris.pcmbackoffice.widgets.charts.facetchart with type arguments of type FacetValue Modifier and Type Method Description protected java.util.Set<java.lang.String>CategoryFacetChartFiltersRenderer. getSelectedCategoriesKeys(org.zkoss.zul.ListModelList<FacetValue> listModel, java.util.Collection<java.lang.String> selectedValues)Deprecated, for removal: This API element is subject to removal in a future version.protected voidCategoryFacetChartFiltersRenderer. onSelectCategory(java.util.Set<FacetValue> selectedCategories)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of FacetValue in de.hybris.platform.acceleratorservices.search.comparators
Methods in de.hybris.platform.acceleratorservices.search.comparators with parameters of type FacetValue Modifier and Type Method Description intFacetValueNameComparator. 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 FacetValue Modifier and Type Method Description protected 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 FacetValue Modifier and Type Method Description protected 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 FacetValue Modifier and Type Method Description protected java.util.List<FacetValue>DefaultTopValuesProviderTest. createFacetValues()java.util.List<FacetValue>DefaultTopValuesProvider. getTopValues(IndexedProperty indexedProperty, java.util.List<FacetValue> facetValues)Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl with parameters of type FacetValue Modifier and Type Method Description protected 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 FacetValue Modifier and Type Method Description java.util.List<FacetValue>DefaultTopValuesProvider. getTopValues(IndexedProperty indexedProperty, java.util.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 FacetValue Modifier and Type Method Description java.util.Comparator<FacetValue>FacetSortProvider. 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 FacetValue Modifier and Type Method Description java.util.Comparator<FacetValue>DefaultFacetSortProvider. getComparatorForTypeAndProperty(IndexedType indexedType, IndexedProperty indexedProperty)Method parameters in de.hybris.platform.solrfacetsearch.config.impl with type arguments of type FacetValue Modifier and Type Method Description voidDefaultFacetSortProvider. setComparator(java.util.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 FacetValue Modifier and Type Method Description java.util.List<FacetValue>FacetTopValuesProvider. getTopValues(IndexedProperty indexedProperty, java.util.List<FacetValue> facets)Returns all top facet values for given indexed propertyMethod parameters in de.hybris.platform.solrfacetsearch.provider with type arguments of type FacetValue Modifier and Type Method Description java.util.List<FacetValue>FacetTopValuesProvider. getTopValues(IndexedProperty indexedProperty, java.util.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 FacetValue Modifier and Type Method Description java.util.List<FacetValue>Facet. getAllFacetValues()java.util.List<FacetValue>Facet. getFacetValues()java.util.List<FacetValue>Facet. getSelectedFacetValues()java.util.List<FacetValue>Facet. getTopFacetValues()Methods in de.hybris.platform.solrfacetsearch.search with parameters of type FacetValue Modifier and Type Method Description intFacetValue. compareTo(FacetValue anotherFacetValue)Method parameters in de.hybris.platform.solrfacetsearch.search with type arguments of type FacetValue Modifier and Type Method Description voidFacet. setAllFacetValues(java.util.List<FacetValue> allFacetValues)voidFacet. setFacetValues(java.util.List<FacetValue> facetValues)voidFacet. setSelectedFacetValues(java.util.List<FacetValue> selectedFacetValues)voidFacet. setTopFacetValues(java.util.List<FacetValue> topFacetValues)Constructor parameters in de.hybris.platform.solrfacetsearch.search with type arguments of type FacetValue Constructor Description Facet(java.lang.String name, java.lang.String displayName, java.util.List<FacetValue> facetValues, java.util.List<FacetValue> topFacetValues, FacetType facetType, int priority)Facet(java.lang.String name, java.lang.String displayName, java.util.List<FacetValue> facetValues, java.util.List<FacetValue> topFacetValues, java.util.List<FacetValue> selectedFacetValues, FacetType facetType, int priority)Facet(java.lang.String name, java.util.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 FacetValue Modifier and Type Method Description intFacetCountComparator. 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 FacetValue Modifier and Type Method Description protected voidFacetSearchResultFacetsPopulator. buildTopFacetValues(FacetSearchResultFacetsPopulator.FacetInfo facetInfo, java.util.List<FacetValue> facetValues, java.util.List<FacetValue> topFacetValues)protected voidFacetSearchResultFacetsPopulator. removeFacetValues(java.util.List<java.lang.String> keys, java.util.Map<java.lang.String,FacetValue> mapping, java.util.function.Consumer<FacetValue> consumer)protected voidFacetSearchResultFacetsPopulator. removeFacetValues(java.util.List<java.lang.String> keys, java.util.Map<java.lang.String,FacetValue> mapping, java.util.function.Consumer<FacetValue> consumer)protected voidFacetSearchResultFacetsPopulator. sortFacetValues(FacetSearchResultFacetsPopulator.FacetInfo facetInfo, SearchQuery searchQuery, java.util.List<FacetValue> facetValues)
-