Interface IndexSearch

All Known Implementing Classes:
FTLexer, IndexEntries, NumericRange, StringRange, StringToken

public interface IndexSearch
This class provides an index search definition.
Author:
BaseX Team 2005-21, BSD License, Christian Gruen
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Returns the current token.
    Returns the index type.
  • Method Details

    • type

      IndexType type()
      Returns the index type.
      Returns:
      type
    • token

      byte[] token()
      Returns the current token.
      Returns:
      token