Class HeatmapJsonFacet
java.lang.Object
org.apache.solr.client.solrj.response.json.HeatmapJsonFacet
Represents the result of a "heatmap" JSON facet.
Allows access to all top-level facet properties (e.g. minX, maxY, etc.) as
well as the heatmap data itself in one of two forms.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HeatmapJsonFacet
-
-
Method Details
-
getCountGrid
-
getCountPng
-
getGridLevel
public int getGridLevel() -
getNumColumns
public int getNumColumns() -
getNumRows
public int getNumRows() -
getMinX
public double getMinX() -
getMaxX
public double getMaxX() -
getMinY
public double getMinY() -
getMaxY
public double getMaxY() -
isHeatmapFacet
A NamedList is a proper "heatmap" response if it contains all expected propertiesWe try to be rather strict in determining whether
potentialHeatmapValuesis a "heatmap". Users can name subfacets arbitrarily, so having some names match those expected in a "heatmap" response could just be coincidence.Heatmap facets do not support subfacets.
-