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 Type
    Method
    Description
    boolean
    equal(byte[] token1, byte[] token2)
    Check if two tokens are equal.
  • Method Details

    • equal

      boolean equal(byte[] token1, byte[] token2) throws QueryException
      Check if two tokens are equal.
      Parameters:
      token1 - first token
      token2 - second token
      Returns:
      true if the two are equal
      Throws:
      QueryException - if an error occurs during comparison