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

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

보호된 프로퍼티들

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

공개 메소드들

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

메소드 상세

Equals() 공개 메소드

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

FloatFieldSource() 공개 메소드

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

FloatFieldSource() 공개 메소드

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

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.IFloatParser parser
리턴 FieldCache.IFloatParser