Apache Lucene.Net 2.4.0 Class Library API

IntFieldSource Constructor

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

Overload List

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

public IntFieldSource(string);

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

public IntFieldSource(string,IntParser);

See Also

IntFieldSource Class | Lucene.Net.Search.Function Namespace