Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Classes
Package Lucene.Net.Spatial.Prefix.Tree

Classes

class  GeohashPrefixTree
 A SpatialPrefixGrid based on Geohashes. Uses GeohashUtils to do all the geohash work. More...
 
class  Node
 
class  QuadPrefixTree
 Implementation of SpatialPrefixTree which uses a quad tree (http://en.wikipedia.org/wiki/Quadtree) More...
 
class  SpatialPrefixTree
 A spatial Prefix Tree, or Trie, which decomposes shapes into prefixed strings at variable lengths corresponding to variable precision. Each string corresponds to a spatial region. More...
 
class  SpatialPrefixTreeFactory
 Abstract Factory for creating SpatialPrefixTree instances with useful defaults and passed on configurations defined in a Map. More...