Class IntersectsPrefixTreeFilter
A Filter matching documents that have an Spatial4n.Core.Shapes.SpatialRelation.INTERSECTS (i.e. not DISTINCT) relationship with a provided query shape.
This is a Lucene.NET INTERNAL API, use at your own risk
Inheritance
System.Object
    
    
    
    IntersectsPrefixTreeFilter
  Inherited Members
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Spatial.Prefix
Assembly: Lucene.Net.Spatial.dll
Syntax
public class IntersectsPrefixTreeFilter : AbstractVisitingPrefixTreeFilter
  Constructors
| Improve this Doc View SourceIntersectsPrefixTreeFilter(IShape, String, SpatialPrefixTree, Int32, Int32, Boolean)
Declaration
public IntersectsPrefixTreeFilter(IShape queryShape, string fieldName, SpatialPrefixTree grid, int detailLevel, int prefixGridScanLevel, bool hasIndexedLeaves)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Spatial4n.Core.Shapes.IShape | queryShape | |
| System.String | fieldName | |
| SpatialPrefixTree | grid | |
| System.Int32 | detailLevel | |
| System.Int32 | prefixGridScanLevel | |
| System.Boolean | hasIndexedLeaves | 
Methods
| Improve this Doc View SourceEquals(Object)
Declaration
public override bool Equals(object o)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | o | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
Overrides
| Improve this Doc View SourceGetDocIdSet(AtomicReaderContext, IBits)
Declaration
public override DocIdSet GetDocIdSet(AtomicReaderContext context, IBits acceptDocs)
  Parameters
| Type | Name | Description | 
|---|---|---|
| AtomicReaderContext | context | |
| IBits | acceptDocs | 
Returns
| Type | Description | 
|---|---|
| DocIdSet | 
Overrides
Exceptions
| Type | Condition | 
|---|---|
| System.IO.IOException | 
GetHashCode()
LUCENENET specific: need to override GetHashCode to prevent a compiler warning and realistically, the hash code should work similarly to Equals.
Declaration
public override int GetHashCode()
  Returns
| Type | Description | 
|---|---|
| System.Int32 |