C# (CSharp) Lucene.Net.Spatial.Prefix.Tree SpatialPrefixTree - 26 exemples trouvés. Ce sont les exemples réels les mieux notés de Lucene.Net.Spatial.Prefix.Tree.SpatialPrefixTree extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
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. Implementations of this class should be thread-safe and immutable once initialized.