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

Packages that use FTOpt
org.basex.index Contains database index implementations. 
org.basex.query Provides classes for querying the data. 
org.basex.query.ft Contains XQuery Full-Text 1.0 expressions. 
 

Uses of FTOpt in org.basex.index
 

Constructors in org.basex.index with parameters of type FTOpt
FTTokenizer(byte[] txt, FTOpt fto)
          Constructor.
 

Uses of FTOpt in org.basex.query
 

Fields in org.basex.query declared as FTOpt
 FTOpt QueryContext.ftopt
          Current fulltext options.
 

Uses of FTOpt in org.basex.query.ft
 

Methods in org.basex.query.ft with parameters of type FTOpt
 void FTOpt.compile(FTOpt opt)
          Compiles the fulltext options, inheriting the parent options.
 

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