Class FloatFieldSource
Expert: obtains float field values from the
FieldCache
using getFloats()
and makes those values
available as other numeric types, casting as needed.
WARNING: The status of the Search.Function package is experimental. The APIs introduced here might change in the future and will not be supported anymore in such a case.
Inherited Members
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class FloatFieldSource : FieldCacheSource
Constructors
Name | Description |
---|---|
FloatFieldSource(String) | Create a cached float field source with default string-to-float parser. |
FloatFieldSource(String, FloatParser) | Create a cached float field source with a specific string-to-float parser. |
Methods
Name | Description |
---|---|
CachedFieldSourceEquals(FieldCacheSource) | |
CachedFieldSourceHashCode() | |
Description() | |
GetCachedFieldValues(FieldCache, String, IndexReader) |