public class DrillDownResultEntry extends Object implements Serializable
| Constructor and Description |
|---|
DrillDownResultEntry() |
DrillDownResultEntry(List<String> recordIds) |
| Modifier and Type | Method and Description |
|---|---|
void |
addHierarchicalFacets(String fieldName,
DrillDownResultEntry facet)
adds a child facet to this facet field.
|
void |
addNewRecordId(String id) |
void |
addNewRecordIds(List<String> facetedIds) |
String |
getCategory() |
String[] |
getCategoryPath() |
double |
getFrom() |
Map<String,List<DrillDownResultEntry>> |
getHierarchicalFacets() |
Double |
getRecordCount() |
List<String> |
getRecordIds() |
double |
getTo() |
void |
incrementRecordCount(Double recordCount) |
void |
setCategory(String category) |
void |
setCategoryPath(String[] categoryPath) |
void |
setFrom(double from) |
void |
setHierarchicalFacets(Map<String,List<DrillDownResultEntry>> hierarchicalFacets) |
void |
setRecordCount(Double recordCount) |
void |
setRecordIds(List<String> recordIds) |
void |
setTo(double to) |
public void addNewRecordId(String id)
public String getCategory()
public void setCategory(String category)
public String[] getCategoryPath()
public void setCategoryPath(String[] categoryPath)
public void addHierarchicalFacets(String fieldName, DrillDownResultEntry facet)
fieldName - indexed Fieldfacet - child facet result. this should be a categorical facets, not a range facet resultpublic Map<String,List<DrillDownResultEntry>> getHierarchicalFacets()
public void setHierarchicalFacets(Map<String,List<DrillDownResultEntry>> hierarchicalFacets)
public Double getRecordCount()
public void setRecordCount(Double recordCount)
public void incrementRecordCount(Double recordCount)
public double getTo()
public void setTo(double to)
public double getFrom()
public void setFrom(double from)
Copyright © 2016 WSO2. All rights reserved.