Apache Lucene.Net 2.4.0 Class Library API

FloatFieldSource Constructor

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

Overload List

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

public FloatFieldSource(string);

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

public FloatFieldSource(string,FloatParser);

See Also

FloatFieldSource Class | Lucene.Net.Search.Function Namespace