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

Obtains double field values from IFieldCache#getDoubles and makes those values available as other numeric types, casting as needed.
Inheritance: Lucene.Net.Queries.Function.ValueSources.FieldCacheSource
ファイルを表示 Open project: paulirwin/lucene.net Class Usage Examples

Protected Properties

Property Type Description
parser FieldCache.IDoubleParser

Public Methods

Method Description
DoubleFieldSource ( string field ) : System.Collections
DoubleFieldSource ( string field, Lucene.Net.Search.FieldCache parser ) : System.Collections
Equals ( object o ) : bool
GetHashCode ( ) : int
GetValues ( IDictionary context, Lucene.Net.Index.AtomicReaderContext readerContext ) : FunctionValues

Method Details

DoubleFieldSource() public method

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

DoubleFieldSource() public method

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

Equals() public method

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

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.IDoubleParser parser
return FieldCache.IDoubleParser