C# 클래스 Lucene.Net.Spatial.Util.ShapePredicateValueSource

A boolean ValueSource that compares a shape from a provided ValueSource with a given Shape and sees if it matches a given SpatialOperation (the predicate). @lucene.experimental
상속: ValueSource
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
CreateWeight ( IDictionary context, IndexSearcher searcher ) : void
Equals ( object o ) : bool
GetHashCode ( ) : int
GetValues ( IDictionary context, Lucene.Net.Index.AtomicReaderContext readerContext ) : Lucene.Net.Queries.Function.FunctionValues
ShapePredicateValueSource ( ValueSource shapeValuesource, SpatialOperation op, IShape queryShape ) : Lucene.Net.Index

메소드 상세

CreateWeight() 공개 메소드

public CreateWeight ( IDictionary context, IndexSearcher searcher ) : void
context IDictionary
searcher Lucene.Net.Search.IndexSearcher
리턴 void

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetValues() 공개 메소드

public GetValues ( IDictionary context, Lucene.Net.Index.AtomicReaderContext readerContext ) : Lucene.Net.Queries.Function.FunctionValues
context IDictionary
readerContext Lucene.Net.Index.AtomicReaderContext
리턴 Lucene.Net.Queries.Function.FunctionValues

ShapePredicateValueSource() 공개 메소드

public ShapePredicateValueSource ( ValueSource shapeValuesource, SpatialOperation op, IShape queryShape ) : Lucene.Net.Index
shapeValuesource ValueSource /// Must yield instances from it's ObjectVal(doc). If null /// then the result is false. This is the left-hand (indexed) side. ///
op Lucene.Net.Spatial.Queries.SpatialOperation the predicate
queryShape IShape The shape on the right-hand (query) side.
리턴 Lucene.Net.Index