Method NewPrefixQuery
NewPrefixQuery(Term)
Builds a new PrefixQuery instance
Declaration
protected virtual Query NewPrefixQuery(Term prefix)
Parameters
Type | Name | Description |
---|---|---|
Term | prefix | Prefix term |
Returns
Type | Description |
---|---|
Query | new PrefixQuery instance |