Package org.basex.util.ft
Interface FTBitapSearch.TokenComparator
- Enclosing class:
- FTBitapSearch
public static interface FTBitapSearch.TokenComparator
Token comparator.
- Author:
- BaseX Team 2005-21, BSD License, Dimitar Popov
-
Method Summary
Modifier and TypeMethodDescriptionbooleanequal(byte[] token1, byte[] token2) Check if two tokens are equal.
-
Method Details
-
equal
Check if two tokens are equal.- Parameters:
token1- first tokentoken2- second token- Returns:
trueif the two are equal- Throws:
QueryException- if an error occurs during comparison
-