Class FacetSketchValue
- java.lang.Object
-
- io.vertigo.studio.notebook.search.FacetSketchValue
-
- All Implemented Interfaces:
Serializable
public final class FacetSketchValue extends Object implements Serializable
Valeur de facette relatif à une définition. Les valeurs sont - soit déclarée. - soit déduite. Exemple : - Fourchettes de prix (valeurs déclarées) - Fourchettes de dates (valeurs déclarées) - Termes les plus usités (valeurs déduites) - Clustering sémantique (valeurs déduites) Fait partie du métamodèle lorsque la facette est déclarée par ses ranges. Fait partie du modèle lorsque les valeurs sont déduites.- Author:
- pchretien, mlaroche
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FacetSketchValue(String code, String listFilter, String label)
Contructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
String
getLabel()
Returns the label of the facet.String
getListFilter()
-
-
-
Method Detail
-
getCode
public String getCode()
- Returns:
- the code of the facet
-
getLabel
public String getLabel()
Returns the label of the facet. This label must be human readable. examples : - 'small files' can be preferred to an expression.- Returns:
- the label of the facet
-
getListFilter
public String getListFilter()
- Returns:
- the listFilter
-
-