Namespace Lucene.Net.Spatial.Serialized
Strategies that serialize the shape (non-indexed).
Classes
SerializedDVStrategy
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 RecursivePrefixTreeStrategy) to add precision or eventually make more specific / advanced calculations on the per-document geometry. The serialization uses Spatial4j's Spatial4n.Core.IO.BinaryCodec.
This is a Lucene.NET EXPERIMENTAL API, use at your own risk