C# Class Lucene.Net.Queries.Function.ValueSources.DoubleFieldSource.DoubleDocValuesAnonymousInnerClassHelper

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

Méthodes publiques

Méthode Description
DoubleDocValuesAnonymousInnerClassHelper ( DoubleFieldSource outerInstance, DoubleFieldSource @this, Lucene.Net.Search.FieldCache arr, Bits valid ) : System.Collections
DoubleVal ( int doc ) : double
Exists ( int doc ) : bool

Method Details

DoubleDocValuesAnonymousInnerClassHelper() public méthode

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

DoubleVal() public méthode

public DoubleVal ( int doc ) : double
doc int
Résultat double

Exists() public méthode

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