public static interface FTBitapSearch.TokenComparator
| Modifier and Type | Method and Description |
|---|---|
boolean |
equal(byte[] t1,
byte[] t2)
Check if two tokens are equal.
|
boolean equal(byte[] t1,
byte[] t2)
throws QueryException
t1 - first tokent2 - second tokentrue if the two are equalQueryException - if an error occurs during comparison