C# 클래스 Lucene.Net.Queries.Function.ValueSources.DoubleFieldSource

Obtains double field values from IFieldCache#getDoubles and makes those values available as other numeric types, casting as needed.
상속: Lucene.Net.Queries.Function.ValueSources.FieldCacheSource
파일 보기 프로젝트 열기: paulirwin/lucene.net 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
parser FieldCache.IDoubleParser

공개 메소드들

메소드 설명
DoubleFieldSource ( string field ) : System.Collections
DoubleFieldSource ( string field, Lucene.Net.Search.FieldCache parser ) : System.Collections
Equals ( object o ) : bool
GetHashCode ( ) : int
GetValues ( IDictionary context, Lucene.Net.Index.AtomicReaderContext readerContext ) : FunctionValues

메소드 상세

DoubleFieldSource() 공개 메소드

public DoubleFieldSource ( string field ) : System.Collections
field string
리턴 System.Collections

DoubleFieldSource() 공개 메소드

public DoubleFieldSource ( string field, Lucene.Net.Search.FieldCache parser ) : System.Collections
field string
parser Lucene.Net.Search.FieldCache
리턴 System.Collections

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetValues() 공개 메소드

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

프로퍼티 상세

parser 보호되어 있는 프로퍼티

protected FieldCache.IDoubleParser parser
리턴 FieldCache.IDoubleParser