C# Class Lucene.Net.Queries.Function.ValueSources.FloatFieldSource.FloatDocValuesAnonymousInnerClassHelper

Inheritance: Lucene.Net.Queries.Function.DocValues.FloatDocValues
Afficher le fichier Open project: paulirwin/lucene.net

Méthodes publiques

Méthode Description
Exists ( int doc ) : bool
FloatDocValuesAnonymousInnerClassHelper ( FloatFieldSource outerInstance, FloatFieldSource @this, Lucene.Net.Search.FieldCache arr, Bits valid ) : System.Collections
FloatVal ( int doc ) : float
ObjectVal ( int doc ) : object

Method Details

Exists() public méthode

public Exists ( int doc ) : bool
doc int
Résultat bool

FloatDocValuesAnonymousInnerClassHelper() public méthode

public FloatDocValuesAnonymousInnerClassHelper ( FloatFieldSource outerInstance, FloatFieldSource @this, Lucene.Net.Search.FieldCache arr, Bits valid ) : System.Collections
outerInstance FloatFieldSource
@this FloatFieldSource
arr Lucene.Net.Search.FieldCache
valid Bits
Résultat System.Collections

FloatVal() public méthode

public FloatVal ( int doc ) : float
doc int
Résultat float

ObjectVal() public méthode

public ObjectVal ( int doc ) : object
doc int
Résultat object