public final class FTOpt extends ExprInfo
| Modifier and Type | Field and Description |
|---|---|
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)
Initializes the full-text options, inheriting the options of the argument.
|
FTOpt |
copy(MetaData md)
Copies the full-text options from the specified database meta data.
|
boolean |
is(FTFlag f)
Returns the specified flag.
|
boolean |
isSet(FTFlag f)
Tests if the specified flag has been set.
|
void |
plan(Serializer ser)
Serializes the expression tree.
|
FTOpt |
set(FTFlag f,
boolean v)
Sets the specified flag.
|
java.lang.String |
toString() |
description, infopublic 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 FTOpt set(FTFlag f, boolean v)
f - flag to be setv - valuepublic boolean isSet(FTFlag f)
f - flag indexpublic boolean is(FTFlag f)
f - flag indexpublic void plan(Serializer ser) throws java.io.IOException
ExprInfo