Lucene.Net 1.4.3 Class Library

WildcardTermEnum Constructor 

Creates a new

WildcardTermEnum
. Passing in a {@link Lucene.Net.Index.Term Term} that does not contain a
WILDCARD_CHAR
will cause an exception to be thrown.

public WildcardTermEnum(
   IndexReader reader,
   Term term
);

See Also

WildcardTermEnum Class | Lucene.Net.Search Namespace