public class FacetSearchResult extends Object
Constructor and Description |
---|
FacetSearchResult() |
FacetSearchResult(Map<String,Map<String,Integer>> countResults,
Map<String,Map<String,Integer>> rangeResults) |
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,Integer>> |
getCountResult()
Get facet count result.
|
Map<String,Map<String,Integer>> |
getRangeResult()
Get facet range result.
|
void |
setCountResult(Map<String,Map<String,Integer>> countResult)
Set the facet count results.
|
void |
setRangeResult(Map<String,Map<String,Integer>> rangeResult)
Set the facet range results.
|
public void setCountResult(Map<String,Map<String,Integer>> countResult)
countResult
- the count results.public Map<String,Map<String,Integer>> getCountResult()
public void setRangeResult(Map<String,Map<String,Integer>> rangeResult)
rangeResult
- the range results."Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"