Class ShortFieldSource
Expert: obtains short field values from the
FieldCache
using getShorts()
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 ShortFieldSource : FieldCacheSource
Constructors
Name | Description |
---|---|
ShortFieldSource(String) | Create a cached short field source with default string-to-short parser. |
ShortFieldSource(String, ShortParser) | Create a cached short field source with a specific string-to-short parser. |
Methods
Name | Description |
---|---|
CachedFieldSourceEquals(FieldCacheSource) | |
CachedFieldSourceHashCode() | |
Description() | |
GetCachedFieldValues(FieldCache, String, IndexReader) |