C# Class 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.
Inheritance: Lucene.Net.Queries.Function.ValueSources.FieldCacheSource
Mostra file Open project: paulirwin/lucene.net Class Usage Examples

Protected Properties

Property Type Description
parser FieldCache.IFloatParser

Public Methods

Method Description
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

Method Details

Equals() public method

public Equals ( object o ) : bool
o object
return bool

FloatFieldSource() public method

public FloatFieldSource ( string field ) : System.Collections
field string
return System.Collections

FloatFieldSource() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetValues() public method

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

Property Details

parser protected_oe property

protected FieldCache.IFloatParser parser
return FieldCache.IFloatParser