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

ShortFieldSource() public method

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

Same methods

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