Constructor WithinPrefixTreeFilter
WithinPrefixTreeFilter(IShape, String, SpatialPrefixTree, Int32, Int32, Double)
See AbstractVisitingPrefixTreeFilter(IShape, String, SpatialPrefixTree, Int32, Int32).
queryBuffer
is the (minimum) distance beyond the query shape edge
where non-matching documents are looked for so they can be excluded. If
-1 is used then the whole world is examined (a good default for correctness).
Declaration
public WithinPrefixTreeFilter(IShape queryShape, string fieldName, SpatialPrefixTree grid, int detailLevel, int prefixGridScanLevel, double queryBuffer)
Parameters
Type | Name | Description |
---|---|---|
IShape | queryShape | |
System.String | fieldName | |
SpatialPrefixTree | grid | |
System.Int32 | detailLevel | |
System.Int32 | prefixGridScanLevel | |
System.Double | queryBuffer |