Package org.basex.util.ft
Class FTOpt
java.lang.Object
org.basex.query.expr.ExprInfo
org.basex.util.ft.FTOpt
This class contains all full-text options.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAssigns the full-text options from the specified database meta data.Adopts the options of the specified argument.copy()Creates a copy of the full-text options.booleanbooleanReturns the specified flag.booleanTests if the specified flag has been set.voidCreates a query plan.voidplan(QueryString qs) Creates a query string.voidSets the specified flag.Methods inherited from class org.basex.query.expr.ExprInfo
description, toErrorString, toString
-
Field Details
-
cs
Case (can benull). -
sd
Stemming dictionary (can benull). -
sw
Stop words (can benull). -
th
Thesaurus (can benull). -
ln
Language (can benull). -
errors
public int errorsLevenshtein error (ignored if-1).
-
-
Constructor Details
-
FTOpt
public FTOpt()
-
-
Method Details
-
assign
Adopts the options of the specified argument.- Parameters:
opt- parent full-text options- Returns:
- self reference
-
assign
Assigns the full-text options from the specified database meta data.- Parameters:
md- meta data- Returns:
- self reference
-
set
Sets the specified flag.- Parameters:
flag- flag to be setvalue- value
-
isSet
Tests if the specified flag has been set.- Parameters:
flag- flag index- Returns:
- true if flag has been set
-
is
Returns the specified flag.- Parameters:
flag- flag index- Returns:
- flag
-
copy
Creates a copy of the full-text options.- Returns:
- copy
-
equals
-
plan
Description copied from class:ExprInfoCreates a query plan. -
plan
Description copied from class:ExprInfoCreates a query string.
-