Uses of Class
org.basex.util.ft.FTOpt

Packages that use FTOpt
org.basex.query XQuery implementation. 
org.basex.query.ft XQuery Full Text expressions. 
org.basex.util.ft Full-text specific utility classes. 
 

Uses of FTOpt in org.basex.query
 

Methods in org.basex.query that return FTOpt
 FTOpt QueryContext.ftOpt()
          Returns the current full-text options.
 

Methods in org.basex.query with parameters of type FTOpt
 void QueryContext.ftOpt(FTOpt opt)
          Sets full-text options.
 

Uses of FTOpt in org.basex.query.ft
 

Constructors in org.basex.query.ft with parameters of type FTOpt
FTOptions(InputInfo ii, FTExpr e, FTOpt o)
          Constructor.
 

Uses of FTOpt in org.basex.util.ft
 

Methods in org.basex.util.ft that return FTOpt
 FTOpt FTOpt.copy(FTOpt opt)
          Initializes the full-text options, inheriting the options of the argument.
 FTOpt FTOpt.copy(MetaData md)
          Copies the full-text options from the specified database meta data.
 FTOpt FTLexer.ftOpt()
          Returns the full-text options.
 

Methods in org.basex.util.ft with parameters of type FTOpt
 FTOpt FTOpt.copy(FTOpt opt)
          Initializes the full-text options, inheriting the options of the argument.
 

Constructors in org.basex.util.ft with parameters of type FTOpt
FTLexer(FTOpt opt)
          Default constructor.
JapaneseTokenizer(FTOpt fto)
          Constructor.
WesternTokenizer(FTOpt f)
          Constructor.