Class DisjointSpatialFilter
A Spatial Filter implementing IsDisjointTo in terms of a SpatialStrategy's support for Intersects. A document is considered disjoint if it has spatial data that does not intersect with the query shape. Another way of looking at this is that it's a way to invert a query shape.
@lucene.experimental
Inherited Members
Lucene.Net.Search.Filter.NewAnonymous(System.Func<Lucene.Net.Index.AtomicReaderContext, Lucene.Net.Util.IBits, Lucene.Net.Search.DocIdSet>)
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.Spatial.dll
Syntax
[Serializable]
public class DisjointSpatialFilter : Filter
Constructors
Name | Description |
---|---|
DisjointSpatialFilter(SpatialStrategy, SpatialArgs, String) |
Methods
Name | Description |
---|---|
Equals(Object) | |
GetDocIdSet(AtomicReaderContext, IBits) | |
GetHashCode() |