Abstract SpatialStrategy which provides common functionality for those Strategys which use SpatialPrefixTrees
More...
Inherits SpatialStrategy.
Inherited by Lucene.Net.Spatial.Prefix.RecursivePrefixTreeStrategy, and Lucene.Net.Spatial.Prefix.TermQueryPrefixTreeStrategy.
|
| class | CellTokenStream |
| | Outputs the tokenString of a cell, and if its a leaf, outputs it again with the leaf byte. More...
|
| |
|
| double | DistErrPct [get, set] |
| | The default measure of shape precision affecting indexed and query shapes. Specific shapes at index and query time can use something different.
|
| |
Abstract SpatialStrategy which provides common functionality for those Strategys which use SpatialPrefixTrees
Definition at line 40 of file PrefixTreeStrategy.cs.
| Lucene.Net.Spatial.Prefix.PrefixTreeStrategy.PrefixTreeStrategy |
( |
SpatialPrefixTree |
grid, |
|
|
String |
fieldName |
|
) |
| |
|
protected |
| override AbstractField [] Lucene.Net.Spatial.Prefix.PrefixTreeStrategy.CreateIndexableFields |
( |
Shape |
shape | ) |
|
| AbstractField [] Lucene.Net.Spatial.Prefix.PrefixTreeStrategy.CreateIndexableFields |
( |
Shape |
shape, |
|
|
double |
distErr |
|
) |
| |
| ShapeFieldCacheProvider<Point> Lucene.Net.Spatial.Prefix.PrefixTreeStrategy.GetCacheProvider |
( |
| ) |
|
| override ValueSource Lucene.Net.Spatial.Prefix.PrefixTreeStrategy.MakeDistanceValueSource |
( |
Point |
queryPoint | ) |
|
| void Lucene.Net.Spatial.Prefix.PrefixTreeStrategy.SetDefaultFieldValuesArrayLen |
( |
int |
defaultFieldValuesArrayLen | ) |
|
| int Lucene.Net.Spatial.Prefix.PrefixTreeStrategy.defaultFieldValuesArrayLen = 2 |
|
protected |
| double Lucene.Net.Spatial.Prefix.PrefixTreeStrategy.distErrPct = SpatialArgs.DEFAULT_DISTERRPCT |
|
protected |
| double Lucene.Net.Spatial.Prefix.PrefixTreeStrategy.DistErrPct |
|
getset |
The default measure of shape precision affecting indexed and query shapes. Specific shapes at index and query time can use something different.
- See Also
- org.apache.lucene.spatial.query.SpatialArgs::getDistErrPct()
Definition at line 68 of file PrefixTreeStrategy.cs.
The documentation for this class was generated from the following file: