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

A Filter matching documents that have an SpatialRelation.Intersects (i.e. not DISTINCT) relationship with a provided query shape.
상속: AbstractVisitingPrefixTreeFilter
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object o ) : bool
GetDocIdSet ( Lucene.Net.Index.AtomicReaderContext context, Bits acceptDocs ) : Lucene.Net.Search.DocIdSet
GetHashCode ( ) : int

LUCENENET specific: need to override GetHashCode to prevent a compiler warning and realistically, the hash code should work similarly to Equals.

IntersectsPrefixTreeFilter ( IShape queryShape, string fieldName, SpatialPrefixTree grid, int detailLevel, int prefixGridScanLevel, bool hasIndexedLeaves ) : Lucene.Net.Index

메소드 상세

Equals() 공개 메소드

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

GetDocIdSet() 공개 메소드

public GetDocIdSet ( Lucene.Net.Index.AtomicReaderContext context, Bits acceptDocs ) : Lucene.Net.Search.DocIdSet
context Lucene.Net.Index.AtomicReaderContext
acceptDocs Bits
리턴 Lucene.Net.Search.DocIdSet

GetHashCode() 공개 메소드

LUCENENET specific: need to override GetHashCode to prevent a compiler warning and realistically, the hash code should work similarly to Equals.
public GetHashCode ( ) : int
리턴 int

IntersectsPrefixTreeFilter() 공개 메소드

public IntersectsPrefixTreeFilter ( IShape queryShape, string fieldName, SpatialPrefixTree grid, int detailLevel, int prefixGridScanLevel, bool hasIndexedLeaves ) : Lucene.Net.Index
queryShape IShape
fieldName string
grid Lucene.Net.Spatial.Prefix.Tree.SpatialPrefixTree
detailLevel int
prefixGridScanLevel int
hasIndexedLeaves bool
리턴 Lucene.Net.Index