C# Class Lucene.Net.Spatial.Prefix.AbstractPrefixTreeFilter

Base class for Lucene Filters on SpatialPrefixTree fields. @lucene.experimental
Inheritance: Lucene.Net.Search.Filter
ファイルを表示 Open project: apache/lucenenet Class Usage Examples

Protected Properties

Property Type Description
detailLevel int
fieldName string
grid Lucene.Net.Spatial.Prefix.Tree.SpatialPrefixTree
queryShape IShape

Public Methods

Method Description
AbstractPrefixTreeFilter ( IShape queryShape, string fieldName, SpatialPrefixTree grid, int detailLevel ) : Lucene.Net.Index
Equals ( object o ) : bool
GetHashCode ( ) : int

Method Details

AbstractPrefixTreeFilter() public method

public AbstractPrefixTreeFilter ( IShape queryShape, string fieldName, SpatialPrefixTree grid, int detailLevel ) : Lucene.Net.Index
queryShape IShape
fieldName string
grid Lucene.Net.Spatial.Prefix.Tree.SpatialPrefixTree
detailLevel int
return Lucene.Net.Index

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

detailLevel protected_oe property

protected int detailLevel
return int

fieldName protected_oe property

protected string fieldName
return string

grid protected_oe property

protected SpatialPrefixTree,Lucene.Net.Spatial.Prefix.Tree grid
return Lucene.Net.Spatial.Prefix.Tree.SpatialPrefixTree

queryShape protected_oe property

protected IShape queryShape
return IShape