Enum IDfFtConfig.FtCapability
- All Implemented Interfaces:
- Serializable,- Comparable<IDfFtConfig.FtCapability>,- java.lang.constant.Constable
- Enclosing interface:
- IDfFtConfig
Represents the capabilities that can be passed to isCapabilitySupported()
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionwhether the fulltext engine supports evaluating folder hierarchieswhether the fulltext engine supports returning total hit information before returning resultswhether the fulltext engine supports scoring of resultswhether xml element data can be searched (similar to VQL IN operator usage)whether VQL syntax is supported for backward compatibilitywhether security is evaluated in the fulltext enginewhether xquery language is supported by the fulltext engine
- 
Method SummaryModifier and TypeMethodDescriptionstatic IDfFtConfig.FtCapabilityReturns 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.Methods inherited from class java.lang.EnumcompareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
- 
Enum Constant Details- 
XQUERYwhether xquery language is supported by the fulltext engine
- 
SEARCH_TOPIC_CLAUSEwhether VQL syntax is supported for backward compatibility
- 
HIT_COUNTwhether the fulltext engine supports returning total hit information before returning results
- 
SECURITY_EVAL_IN_FULLTEXTwhether security is evaluated in the fulltext engine
- 
RELEVANCE_RANKINGwhether the fulltext engine supports scoring of results
- 
SCOPE_SEARCHwhether xml element data can be searched (similar to VQL IN operator usage)
- 
FOLDER_EXPANSIONwhether the fulltext engine supports evaluating folder hierarchies
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
 
- 
valueOfReturns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 
-