public class FTWildcard
extends java.lang.Object
| Constructor and Description |
|---|
FTWildcard(byte[] query,
InputInfo ii)
Parse and construct a new wild card expression.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(byte[] t)
Check if the wild-card can match a sub-string in a string.
|
public FTWildcard(byte[] query,
InputInfo ii)
throws QueryException
query - input wild card expressionii - input infoQueryException - Err.FTREG, if the wild
card expression is not valid