C# (CSharp) Lucene.Net.Spatial.Serialized SerializedDVStrategy - 3 exemples trouvés. Ce sont les exemples réels les mieux notés de Lucene.Net.Spatial.Serialized.SerializedDVStrategy extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Associées
Related in langs
A SpatialStrategy based on serializing a Shape stored into BinaryDocValues. This is not at all fast; it's designed to be used in conjuction with another index based SpatialStrategy that is approximated(like Prefix.RecursivePrefixTreeStrategy) to add precision or eventually make more specific / advanced calculations on the per-document geometry. The serialization uses Spatial4j's BinaryCodec. @lucene.experimental