Class FacetSearchResultFacetsPopulator.FacetInfo
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.search.impl.populators.FacetSearchResultFacetsPopulator.FacetInfo
-
- Enclosing class:
- FacetSearchResultFacetsPopulator
protected static class FacetSearchResultFacetsPopulator.FacetInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FacetInfo(FacetField facetField, IndexedProperty indexedProperty)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FacetFieldgetFacetField()IndexedPropertygetIndexedProperty()java.util.Set<java.lang.String>getSelectedValues()booleanisMultiselect()booleanisRanged()
-
-
-
Constructor Detail
-
FacetInfo
public FacetInfo(FacetField facetField, IndexedProperty indexedProperty)
-
-
Method Detail
-
getFacetField
public FacetField getFacetField()
-
getIndexedProperty
public IndexedProperty getIndexedProperty()
-
getSelectedValues
public java.util.Set<java.lang.String> getSelectedValues()
-
isMultiselect
public boolean isMultiselect()
-
isRanged
public boolean isRanged()
-
-