public final class FTOpt extends ExprInfo
Modifier and Type | Field and Description |
---|---|
FTCase |
cs
Case (can be
null ). |
int |
errors
Levenshtein error (ignored if
-1 ). |
Language |
ln
Language (can be
null ). |
StemDir |
sd
Stemming dictionary (can be
null ). |
StopWords |
sw
Stop words (can be
null ). |
ThesQuery |
th
Thesaurus (can be
null ). |
Constructor and Description |
---|
FTOpt() |
Modifier and Type | Method and Description |
---|---|
FTOpt |
assign(FTOpt opt)
Adopts the options of the specified argument.
|
FTOpt |
assign(MetaData md)
Assigns the full-text options from the specified database meta data.
|
FTOpt |
copy()
Creates a copy of the full-text options.
|
boolean |
equals(Object obj) |
boolean |
is(FTFlag flag)
Returns the specified flag.
|
boolean |
isSet(FTFlag flag)
Tests if the specified flag has been set.
|
void |
plan(QueryPlan plan)
Creates a query plan.
|
void |
plan(QueryString qs)
Creates a query string.
|
void |
set(FTFlag flag,
boolean value)
Sets the specified flag.
|
description, toErrorString, toString
public FTCase cs
null
).public StemDir sd
null
).public StopWords sw
null
).public ThesQuery th
null
).public Language ln
null
).public int errors
-1
).public FTOpt assign(FTOpt opt)
opt
- parent full-text optionspublic FTOpt assign(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 FTOpt copy()
public void plan(QueryString qs)
ExprInfo
Copyright © 2005–2023 BaseX Team. All rights reserved.