C# 클래스 Lucene.Net.Spatial.Prefix.AbstractPrefixTreeFilter

Base class for Lucene Filters on SpatialPrefixTree fields. @lucene.experimental
상속: Lucene.Net.Search.Filter
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
detailLevel int
fieldName string
grid Lucene.Net.Spatial.Prefix.Tree.SpatialPrefixTree
queryShape IShape

공개 메소드들

메소드 설명
AbstractPrefixTreeFilter ( IShape queryShape, string fieldName, SpatialPrefixTree grid, int detailLevel ) : Lucene.Net.Index
Equals ( object o ) : bool
GetHashCode ( ) : int

메소드 상세

AbstractPrefixTreeFilter() 공개 메소드

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
리턴 Lucene.Net.Index

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

프로퍼티 상세

detailLevel 보호되어 있는 프로퍼티

protected int detailLevel
리턴 int

fieldName 보호되어 있는 프로퍼티

protected string fieldName
리턴 string

grid 보호되어 있는 프로퍼티

protected SpatialPrefixTree,Lucene.Net.Spatial.Prefix.Tree grid
리턴 Lucene.Net.Spatial.Prefix.Tree.SpatialPrefixTree

queryShape 보호되어 있는 프로퍼티

protected IShape queryShape
리턴 IShape