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

Inheritance: Lucene.Net.Queries.Function.DocValues.DoubleDocValues
Datei anzeigen Open project: paulirwin/lucene.net

Public Methods

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

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
return System.Collections

DoubleVal() public method

public DoubleVal ( int doc ) : double
doc int
return double

Exists() public method

public Exists ( int doc ) : bool
doc int
return bool