Package | Description |
---|---|
org.apache.lucene.spatial.prefix |
Prefix Tree Strategy.
|
Modifier and Type | Method and Description |
---|---|
HeatmapFacetCounter.Heatmap |
PrefixTreeStrategy.calcFacets(IndexReaderContext context,
Bits topAcceptDocs,
org.locationtech.spatial4j.shape.Shape inputShape,
int facetLevel,
int maxCells)
Computes spatial facets in two dimensions as a grid of numbers.
|
static HeatmapFacetCounter.Heatmap |
HeatmapFacetCounter.calcFacets(PrefixTreeStrategy strategy,
IndexReaderContext context,
Bits topAcceptDocs,
org.locationtech.spatial4j.shape.Shape inputShape,
int facetLevel,
int maxCells)
Calculates spatial 2D facets (aggregated counts) in a grid, sometimes called a heatmap.
|
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.