|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.data.ExprInfo
org.basex.util.ft.FTOpt
public final class FTOpt
This class contains all full-text options.
Field Summary | |
---|---|
Language |
ln
Language. |
StemDir |
sd
Stemming dictionary. |
StopWords |
sw
Stop words. |
ThesQuery |
th
Thesaurus. |
Constructor Summary | |
---|---|
FTOpt()
|
Method Summary | |
---|---|
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(FElem plan)
Creates an expression tree. |
void |
set(FTFlag f,
boolean v)
Sets the specified flag. |
java.lang.String |
toString()
|
Methods inherited from class org.basex.data.ExprInfo |
---|
addPlan, addPlan, description, info, planAttr, planElem |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public StemDir sd
public StopWords sw
public ThesQuery th
public Language ln
Constructor Detail |
---|
public FTOpt()
Method Detail |
---|
public FTOpt copy(FTOpt opt)
opt
- parent full-text options
public FTOpt copy(MetaData md)
md
- meta data
public void set(FTFlag f, boolean v)
f
- flag to be setv
- valuepublic boolean isSet(FTFlag f)
f
- flag index
public boolean is(FTFlag f)
f
- flag index
public void plan(FElem plan)
ExprInfo
plan
in class ExprInfo
plan
- root elementpublic java.lang.String toString()
toString
in class ExprInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |