Class CachingDoubleValueSource
Caches the doubleVal of another value source in a HashMap
so that it is computed only once.
This is a Lucene.NET INTERNAL API, use at your own risk
Inheritance
System.Object
CachingDoubleValueSource
Assembly: Lucene.Net.Spatial.dll
Syntax
public class CachingDoubleValueSource : ValueSource
Constructors
|
Improve this Doc
View Source
CachingDoubleValueSource(ValueSource)
Declaration
public CachingDoubleValueSource(ValueSource source)
Parameters
Fields
|
Improve this Doc
View Source
m_cache
Declaration
protected readonly IDictionary<int, double> m_cache
Field Value
Type |
Description |
IDictionary<System.Int32, System.Double> |
|
|
Improve this Doc
View Source
m_source
Declaration
protected readonly ValueSource m_source
Field Value
Methods
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
Type |
Name |
Description |
System.Object |
o |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
GetDescription()
Declaration
public override string GetDescription()
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
GetValues(IDictionary, AtomicReaderContext)
Declaration
public override FunctionValues GetValues(IDictionary context, AtomicReaderContext readerContext)
Parameters
Returns