Package org.basex.query.func.ft
Class FtIndexOptions
java.lang.Object
org.basex.util.options.Options
org.basex.query.func.ft.FtIndexOptions
- Direct Known Subclasses:
FtContainsOptions
Full-text index options.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Nested Class Summary
Nested classes/interfaces inherited from class org.basex.util.options.Options
Options.YesNo, Options.YesNoOmit -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EnumOption<FTContents>Option: content.static final OptionsOption<FTDistanceOptions>Option: distance.static final NumberOptionOption: Levenshtein errors.static final BooleanOptionOption: fuzzy.static final EnumOption<FTMode>Option: wildcards.static final BooleanOptionOption: ordered.static final OptionsOption<FTScopeOptions>Option: scope.static final BooleanOptionOption: wildcards.static final OptionsOption<FTWindowOptions>Option: window. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.basex.util.options.Options
allowed, assign, assign, assign, assign, assign, contains, error, free, get, get, get, get, get, get, get, get, get, invert, iterator, names, option, put, set, set, set, set, set, set, set, set, setSystem, toMap, toMap, toString, writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
MODE
Option: wildcards. -
FUZZY
Option: fuzzy. -
ERRORS
Option: Levenshtein errors. -
WILDCARDS
Option: wildcards. -
ORDERED
Option: ordered. -
DISTANCE
Option: distance. -
WINDOW
Option: window. -
SCOPE
Option: scope. -
CONTENT
Option: content.
-
-
Constructor Details
-
FtIndexOptions
public FtIndexOptions()
-