Interface FacetValue
-
public interface FacetValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetHits()java.lang.StringgetQualifier()java.util.Collection<FacetValue>getSubvalues()
-
-
-
Method Detail
-
getQualifier
java.lang.String getQualifier()
-
getHits
int getHits()
-
getSubvalues
java.util.Collection<FacetValue> getSubvalues()
-
-