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
Afficher le fichier Open project: paulirwin/lucene.net Class Usage Examples

Protected Properties

Свойство Type Description
parser FieldCache.IFloatParser

Méthodes publiques

Méthode 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 méthode

public Equals ( object o ) : bool
o object
Résultat bool

FloatFieldSource() public méthode

public FloatFieldSource ( string field ) : System.Collections
field string
Résultat System.Collections

FloatFieldSource() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetValues() public méthode

public GetValues ( IDictionary context, Lucene.Net.Index.AtomicReaderContext readerContext ) : FunctionValues
context IDictionary
readerContext Lucene.Net.Index.AtomicReaderContext
Résultat FunctionValues

Property Details

parser protected_oe property

protected FieldCache.IFloatParser parser
Résultat FieldCache.IFloatParser