public static enum IDfFtConfig.FtCapability extends java.lang.Enum<IDfFtConfig.FtCapability>
Enum Constant and Description |
---|
FOLDER_EXPANSION
whether the fulltext engine supports evaluating folder hierarchies
|
HIT_COUNT
whether the fulltext engine supports returning total hit information
before returning results
|
RELEVANCE_RANKING
whether the fulltext engine supports scoring of results
|
SCOPE_SEARCH
whether xml element data can be searched (similar to VQL IN operator
usage)
|
SEARCH_TOPIC_CLAUSE
whether VQL syntax is supported for backward compatibility
|
SECURITY_EVAL_IN_FULLTEXT
whether security is evaluated in the fulltext engine
|
XQUERY
whether xquery language is supported by the fulltext engine
|
Modifier and Type | Method and Description |
---|---|
static IDfFtConfig.FtCapability |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IDfFtConfig.FtCapability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDfFtConfig.FtCapability XQUERY
public static final IDfFtConfig.FtCapability SEARCH_TOPIC_CLAUSE
public static final IDfFtConfig.FtCapability HIT_COUNT
public static final IDfFtConfig.FtCapability SECURITY_EVAL_IN_FULLTEXT
public static final IDfFtConfig.FtCapability RELEVANCE_RANKING
public static final IDfFtConfig.FtCapability SCOPE_SEARCH
public static final IDfFtConfig.FtCapability FOLDER_EXPANSION
public static IDfFtConfig.FtCapability[] values()
for (IDfFtConfig.FtCapability c : IDfFtConfig.FtCapability.values()) System.out.println(c);
public static IDfFtConfig.FtCapability valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright 1994-2023 OpenText Corporation. All rights reserved.