Uses of Class
de.hybris.platform.solrfacetsearch.config.FacetType
-
-
Uses of FacetType in de.hybris.platform.adaptivesearchsolr.strategies
Methods in de.hybris.platform.adaptivesearchsolr.strategies that return FacetType Modifier and Type Method Description FacetTypeSolrAsTypeMappingRegistry. toFacetType(AsFacetType asFacetType)Converts aAsFacetTypetoFacetType.Methods in de.hybris.platform.adaptivesearchsolr.strategies with parameters of type FacetType Modifier and Type Method Description AsFacetTypeSolrAsTypeMappingRegistry. toAsFacetType(FacetType facetType)Converts aFacetTypetoAsFacetType. -
Uses of FacetType in de.hybris.platform.adaptivesearchsolr.strategies.impl
Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl that return FacetType Modifier and Type Method Description FacetTypeDefaultSolrAsTypeMappingRegistry. toFacetType(AsFacetType asFacetType)Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl that return types with arguments of type FacetType Modifier and Type Method Description protected org.apache.commons.collections4.BidiMap<AsFacetType,FacetType>DefaultSolrAsTypeMappingRegistry. getFacetTypeMapping()Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl with parameters of type FacetType Modifier and Type Method Description AsFacetTypeDefaultSolrAsTypeMappingRegistry. toAsFacetType(FacetType facetType) -
Uses of FacetType in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that return FacetType Modifier and Type Method Description FacetTypeIndexedProperty. getFacetType()FacetTypeSearchQueryProperty. getFacetType()static FacetTypeFacetType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FacetType[]FacetType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.solrfacetsearch.config with parameters of type FacetType Modifier and Type Method Description voidIndexedProperty. setFacetType(FacetType facetType)voidSearchQueryProperty. setFacetType(FacetType facetType) -
Uses of FacetType in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that return FacetType Modifier and Type Method Description FacetTypeFacet. getFacetType()FacetTypeFacetField. getFacetType()Methods in de.hybris.platform.solrfacetsearch.search with parameters of type FacetType Modifier and Type Method Description voidSearchQuery. addFacet(java.lang.String field, FacetType facetType)Adds a facet field.voidFacet. setFacetType(FacetType facetType)voidFacetField. setFacetType(FacetType facetType)Constructors in de.hybris.platform.solrfacetsearch.search with parameters of type FacetType 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)FacetField(java.lang.String field, FacetType facetType)
-