Class IntersectsPrefixTreeFilter
A Filter matching documents that have an INTERSECTS (i.e. not DISTINCT) relationship with a provided query shape.
@lucene.internal
Inheritance
System.Object
IntersectsPrefixTreeFilter
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 IntersectsPrefixTreeFilter : AbstractVisitingPrefixTreeFilter
Constructors
Name | Description |
---|---|
IntersectsPrefixTreeFilter(IShape, String, SpatialPrefixTree, Int32, Int32, Boolean) |
Methods
Name | Description |
---|---|
Equals(Object) | |
GetDocIdSet(AtomicReaderContext, IBits) | |
GetHashCode() | LUCENENET specific: need to override GetHashCode to prevent a compiler warning and realistically, the hash code should work similarly to Equals. |