Constructor WildcardTermEnum
WildcardTermEnum(IndexReader, Term)
Creates a new WildcardTermEnum
.
After calling the constructor the enumeration is already pointing to the first valid term if such a term exists.
Declaration
public WildcardTermEnum(IndexReader reader, Term term)
Parameters
Type | Name | Description |
---|---|---|
IndexReader | reader | |
Term | term |