Uses of Enum Class
org.apache.solr.client.solrj.request.json.HeatmapFacetMap.HeatmapFormat
Packages that use HeatmapFacetMap.HeatmapFormat
Package
Description
Allows sending of requests using Solr's JSON query/faceting API
-
Uses of HeatmapFacetMap.HeatmapFormat in org.apache.solr.client.solrj.request.json
Methods in org.apache.solr.client.solrj.request.json that return HeatmapFacetMap.HeatmapFormatModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static HeatmapFacetMap.HeatmapFormat[]HeatmapFacetMap.HeatmapFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.solr.client.solrj.request.json with parameters of type HeatmapFacetMap.HeatmapFormatModifier and TypeMethodDescriptionHeatmapFacetMap.setHeatmapFormat(HeatmapFacetMap.HeatmapFormat format) Sets the format that the computed heatmap should be returned in.