C# (CSharp) Lucene.Net.Spatial.Serialized Пространство имен

Классы

Имя Описание
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 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
SerializedDVStrategy.OutputStreamAnonymousHelper
SerializedDVStrategy.PredicateValueSourceFilter This filter only supports returning a DocSet with a GetBits(). If you try to grab the iterator then you'll get a NotSupportedException.
SerializedDVStrategy.PredicateValueSourceFilter.DocIdSetAnonymousHelper
SerializedDVStrategy.PredicateValueSourceFilter.DocIdSetAnonymousHelper.BitsAnonymousHelper
SerializedDVStrategy.ShapeDocValueSource Implements a ValueSource by deserializing a IShape in from BinaryDocValues using BinaryCodec.
SerializedDVStrategy.ShapeDocValueSource.FuctionValuesAnonymousHelper
SerializedStrategyTest