Class AbstractVisitingPrefixTreeFilter
Traverses a SpatialPrefixTree indexed field, using the template & visitor design patterns for subclasses to guide the traversal and collect matching documents.
Subclasses implement GetDocIdSet(AtomicReaderContext, IBits) by instantiating a custom AbstractVisitingPrefixTreeFilter.VisitorTemplate subclass (i.e. an anonymous inner class) and implement the required methods.
@lucene.internal
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 abstract class AbstractVisitingPrefixTreeFilter : AbstractPrefixTreeFilter
Constructors
Name | Description |
---|---|
AbstractVisitingPrefixTreeFilter(IShape, String, SpatialPrefixTree, Int32, Int32) |
Fields
Name | Description |
---|---|
m_prefixGridScanLevel |
Methods
Name | Description |
---|---|
Equals(Object) | |
GetHashCode() |