public class ScriptFacetResult extends Object implements Serializable
| Constructor and Description |
|---|
ScriptFacetResult(String facetValue,
String facetLabel,
int facetLabelIndex,
int hits) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFacetLabel() |
int |
getFacetLabelIndex() |
String |
getFacetValue() |
int |
getHits() |
public ScriptFacetResult(String facetValue, String facetLabel, int facetLabelIndex, int hits)
facetValue - the facet value. e.g. the content creator's userIDfacetLabel - the display name of the facetValue. e.g. jdoe => John DoefacetLabelIndex - the label index to be used for sorting (Optional).The default value is -1hits - the number of hitsCopyright © 2005–2018 Alfresco Software. All rights reserved.