public class BrowseFacet extends Object implements Serializable
| Constructor and Description |
|---|
BrowseFacet() |
BrowseFacet(String value,
int hitcount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getFacetValueHitCount()
Gets the hit count
|
int |
getHitCount()
Deprecated.
|
String |
getValue()
Gets the facet value
|
List<BrowseFacet> |
merge(List<BrowseFacet> v,
Comparator<BrowseFacet> comparator) |
BrowseFacet |
setFacetValueHitCount(int hitcount)
Sets the hit count
|
BrowseFacet |
setHitCount(int hitcount)
Deprecated.
|
BrowseFacet |
setValue(String value)
Sets the facet value
|
String |
toString() |
public BrowseFacet()
public BrowseFacet(String value, int hitcount)
public String getValue()
setValue(String)public BrowseFacet setValue(String value)
value - Facet valuegetValue()public int getHitCount()
getFacetValueHitCount()public BrowseFacet setHitCount(int hitcount)
setFacetValueHitCount(int)hitcount - Hit countpublic int getFacetValueHitCount()
setHitCount(int)public BrowseFacet setFacetValueHitCount(int hitcount)
hitcount - Hit countgetHitCount()public List<BrowseFacet> merge(List<BrowseFacet> v, Comparator<BrowseFacet> comparator)
Copyright © 2005–2013. All rights reserved.