Apache Lucene.Net 2.4.0 Class Library API

ShortFieldSource Constructor

Create a cached short field source with default string-to-short parser.

Overload List

Create a cached short field source with default string-to-short parser.

public ShortFieldSource(string);

Create a cached short field source with a specific string-to-short parser.

public ShortFieldSource(string,ShortParser);

See Also

ShortFieldSource Class | Lucene.Net.Search.Function Namespace