Uses of Class
org.apache.solr.client.solrj.request.json.HeatmapFacetMap
Packages that use HeatmapFacetMap
Package
Description
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 HeatmapFacetMapModifier and TypeMethodDescriptionHeatmapFacetMap.getThis()HeatmapFacetMap.setDistErr(double distErr) Indicates the maximum acceptable cell error distance.HeatmapFacetMap.setDistErrPct(double distErrPct) A fraction of the heatmap region that is used to compute the cell size.HeatmapFacetMap.setGridLevel(int individualCellSize) Indicates the size of each cell in the computed heatmap gridHeatmapFacetMap.setHeatmapFormat(HeatmapFacetMap.HeatmapFormat format) Sets the format that the computed heatmap should be returned in.HeatmapFacetMap.setRegionQuery(String queryString) Indicate the region to compute the heatmap facet on.HeatmapFacetMap.withSubFacet(String facetName, JsonFacetMap map)