Namespace Lucene.Net.Spatial.Vector
Spatial strategy that uses two fields.
Classes
DistanceValueSource
An implementation of the Lucene Lucene.
This is a Lucene.NET INTERNAL API, use at your own risk
PointVectorStrategy
Simple Spatial
Characteristics:
- Only indexes points; just one per field value.
- Can query by a rectangle or circle.
- Intersects and Is
Within is supported. - Uses the FieldCache for Make
Distance and for searching with a Circle.Value Source(IPoint)
Implementation:
This is a simple Strategy. Search works with NumericOne performance shortcoming with this strategy is that a scenario involving both a search using a Circle and sort will result in calculations for the spatial distance being done twice -- once for the filter and second for the sort.
This is a Lucene.NET EXPERIMENTAL API, use at your own risk