public static interface FTBitapSearch.TokenComparator
Modifier and Type | Method and Description |
---|---|
boolean |
equal(byte[] token1,
byte[] token2)
Check if two tokens are equal.
|
boolean equal(byte[] token1, byte[] token2) throws QueryException
token1
- first tokentoken2
- second tokentrue
if the two are equalQueryException
- if an error occurs during comparisonCopyright © 2005–2015 BaseX Team. All rights reserved.