Namespace Lucene.Net.Spatial.Prefix.Tree
Classes
Cell
Represents a grid cell. These are not necessarily thread-safe, although new Cell("") (world cell) must be.
@lucene.experimental
GeohashPrefixTree
A SpatialPrefixTree based on Geohashes. Uses GeohashUtils to do all the geohash work.
@lucene.experimental
GeohashPrefixTree.Factory
Factory for creating GeohashPrefixTree instances with useful defaults
QuadPrefixTree
A SpatialPrefixTree which uses a quad tree in which an indexed term will be generated for each cell, 'A', 'B', 'C', 'D'.
@lucene.experimental
QuadPrefixTree.Factory
Factory for creating QuadPrefixTree instances with useful defaults
SpatialPrefixTree
A spatial Prefix Tree, or Trie, which decomposes shapes into prefixed strings at variable lengths corresponding to variable precision.
SpatialPrefixTreeFactory
Abstract Factory for creating SpatialPrefixTree instances with useful defaults and passed on configurations defined in a System.Collections.Generic.IDictionary<TKey, TValue>.
@lucene.experimental