Package de.cxp.ocs.model.result
Class FacetEntry
java.lang.Object
de.cxp.ocs.model.result.FacetEntry
- Direct Known Subclasses:
HierarchialFacetEntry
,IntervalFacetEntry
,RangeFacetEntry
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
Estimated amount of documents that will be returned, if this facet entry is picked as filter.optional associated filter value.Associated filter value.URL conform query parameters, that has to be used to filter the result.boolean
final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
- See Also:
-
key
Associated filter value. -
id
optional associated filter value. -
docCount
public long docCountEstimated amount of documents that will be returned, if this facet entry is picked as filter. -
link
URL conform query parameters, that has to be used to filter the result. -
selected
public boolean selected
-
-
Constructor Details
-
FacetEntry
public FacetEntry()
-