public class SpatialHeatmapFacets extends Object
FacetComponent
and SimpleFacets
.Modifier and Type | Class and Description |
---|---|
static class |
SpatialHeatmapFacets.HeatmapFacet
|
Modifier and Type | Field and Description |
---|---|
static double |
DEFAULT_DIST_ERR_PCT |
static String |
FORMAT_INTS2D |
static String |
FORMAT_PNG |
static String |
RESPONSE_KEY |
Constructor and Description |
---|
SpatialHeatmapFacets() |
public static final String RESPONSE_KEY
public static final String FORMAT_PNG
public static final String FORMAT_INTS2D
public static final double DEFAULT_DIST_ERR_PCT
public static NamedList<Object> getHeatmapForField(String fieldKey, String fieldName, ResponseBuilder rb, SolrParams params, DocSet docSet) throws IOException
SimpleFacets
to compute heatmap facets.IOException
public static LinkedHashMap<String,SpatialHeatmapFacets.HeatmapFacet> distribParse(SolrParams params, ResponseBuilder rb)
public static void distribModifyRequest(ShardRequest sreq, LinkedHashMap<String,SpatialHeatmapFacets.HeatmapFacet> heatmapFacets)
SearchComponent.modifyRequest(ResponseBuilder, SearchComponent, ShardRequest)
.public static void distribHandleResponse(LinkedHashMap<String,SpatialHeatmapFacets.HeatmapFacet> heatmapFacets, NamedList srsp_facet_counts)
SearchComponent.handleResponses(ResponseBuilder, ShardRequest)
.public static NamedList distribFinish(LinkedHashMap<String,SpatialHeatmapFacets.HeatmapFacet> heatmapInfos, ResponseBuilder rb)
SearchComponent.finishStage(ResponseBuilder)
.Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.