Apache Lucene.Net 2.4.0 Class Library API

ByteFieldSource Constructor

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

Overload List

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

public ByteFieldSource(string);

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

public ByteFieldSource(string,ByteParser);

See Also

ByteFieldSource Class | Lucene.Net.Search.Function Namespace