Class AbstractPrefixTreeFilter
Base class for Lucene Filters on SpatialPrefixTree fields.
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inheritance
System.Object
AbstractPrefixTreeFilter
Inherited Members
Lucene.Net.Search.Filter.NewAnonymous(Func<, , >)
Assembly: Lucene.Net.Spatial.dll
Syntax
public abstract class AbstractPrefixTreeFilter : Filter
Constructors
|
Improve this Doc
View Source
AbstractPrefixTreeFilter(IShape, String, SpatialPrefixTree, Int32)
Declaration
public AbstractPrefixTreeFilter(IShape queryShape, string fieldName, SpatialPrefixTree grid, int detailLevel)
Parameters
Type |
Name |
Description |
IShape |
queryShape |
|
System.String |
fieldName |
|
SpatialPrefixTree |
grid |
|
System.Int32 |
detailLevel |
|
Fields
|
Improve this Doc
View Source
m_detailLevel
Declaration
protected readonly int m_detailLevel
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
m_fieldName
Declaration
protected readonly string m_fieldName
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
m_grid
Declaration
protected readonly SpatialPrefixTree m_grid
Field Value
|
Improve this Doc
View Source
m_queryShape
Declaration
protected readonly IShape m_queryShape
Field Value
Methods
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
Type |
Name |
Description |
System.Object |
o |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|