Lucene.Net.Search.Function.FloatFieldSource.FloatFieldSource C# (CSharp) Method

FloatFieldSource() public method

Create a cached float field source with default string-to-float parser.
public FloatFieldSource ( System field ) : System
field System
return System
		public FloatFieldSource(System.String field):this(field, null)
		{
		}
		

Same methods

FloatFieldSource::FloatFieldSource ( System field, Lucene parser ) : System