public final class FTOpt extends ExprInfo
Modifier and Type | Field and Description |
---|---|
FTCase |
cs
Case.
|
Language |
ln
Language.
|
StemDir |
sd
Stemming dictionary.
|
StopWords |
sw
Stop words.
|
ThesQuery |
th
Thesaurus.
|
Constructor and Description |
---|
FTOpt() |
Modifier and Type | Method and Description |
---|---|
FTOpt |
copy(FTOpt opt)
Adopts the options of the specified argument.
|
FTOpt |
copy(MetaData md)
Copies the full-text options from the specified database meta data.
|
boolean |
is(FTFlag flag)
Returns the specified flag.
|
boolean |
isSet(FTFlag flag)
Tests if the specified flag has been set.
|
void |
plan(FElem plan)
Creates an expression tree.
|
void |
set(FTFlag flag,
boolean value)
Sets the specified flag.
|
String |
toString() |
addPlan, addPlan, description, planAttr, planElem, toErrorString
public FTCase cs
public StemDir sd
public StopWords sw
public ThesQuery th
public Language ln
public FTOpt copy(FTOpt opt)
opt
- parent full-text optionspublic FTOpt copy(MetaData md)
md
- meta datapublic void set(FTFlag flag, boolean value)
flag
- flag to be setvalue
- valuepublic boolean isSet(FTFlag flag)
flag
- flag indexpublic boolean is(FTFlag flag)
flag
- flag indexpublic void plan(FElem plan)
ExprInfo
Copyright © 2005–2015 BaseX Team. All rights reserved.