Class FTStringMatch

java.lang.Object
org.basex.query.util.ft.FTStringMatch
All Implemented Interfaces:
Comparable<FTStringMatch>

public final class FTStringMatch extends Object implements Comparable<FTStringMatch>
Single full-text string match.
Author:
BaseX Team 2005-21, BSD License, Christian Gruen
  • Field Details

    • pos

      public final int pos
      Position of the token in the query.
    • start

      public final int start
      Start position.
    • end

      public int end
      End position.
    • exclude

      public boolean exclude
      Exclude flag.
    • gaps

      public boolean gaps
      Gaps (non-contiguous) flag.
  • Method Details