Uses of Class
org.apache.solr.client.solrj.request.json.HeatmapFacetMap
-
Packages that use HeatmapFacetMap Package Description org.apache.solr.client.solrj.request.json Allows sending of requests using Solr's JSON query/faceting API -
-
Uses of HeatmapFacetMap in org.apache.solr.client.solrj.request.json
Methods in org.apache.solr.client.solrj.request.json that return HeatmapFacetMap Modifier and Type Method Description HeatmapFacetMapHeatmapFacetMap. getThis()HeatmapFacetMapHeatmapFacetMap. setDistErr(double distErr)Indicates the maximum acceptable cell error distance.HeatmapFacetMapHeatmapFacetMap. setDistErrPct(double distErrPct)A fraction of the heatmap region that is used to compute the cell size.HeatmapFacetMapHeatmapFacetMap. setGridLevel(int individualCellSize)Indicates the size of each cell in the computed heatmap grid If not set, defaults to being computed bydistErrPctordistErrHeatmapFacetMapHeatmapFacetMap. setHeatmapFormat(HeatmapFacetMap.HeatmapFormat format)Sets the format that the computed heatmap should be returned in.HeatmapFacetMapHeatmapFacetMap. setRegionQuery(String queryString)Indicate the region to compute the heatmap facet on.HeatmapFacetMapHeatmapFacetMap. withSubFacet(String facetName, JsonFacetMap map)
-