Enum IDfFtConfig.FtCapability

java.lang.Object
java.lang.Enum<IDfFtConfig.FtCapability>
com.documentum.fc.client.fulltext.IDfFtConfig.FtCapability
All Implemented Interfaces:
Serializable, Comparable<IDfFtConfig.FtCapability>, java.lang.constant.Constable
Enclosing interface:
IDfFtConfig

public static enum IDfFtConfig.FtCapability extends Enum<IDfFtConfig.FtCapability>
Represents the capabilities that can be passed to isCapabilitySupported()
  • Enum Constant Details

    • XQUERY

      public static final IDfFtConfig.FtCapability XQUERY
      whether xquery language is supported by the fulltext engine
    • SEARCH_TOPIC_CLAUSE

      public static final IDfFtConfig.FtCapability SEARCH_TOPIC_CLAUSE
      whether VQL syntax is supported for backward compatibility
    • HIT_COUNT

      public static final IDfFtConfig.FtCapability HIT_COUNT
      whether the fulltext engine supports returning total hit information before returning results
    • SECURITY_EVAL_IN_FULLTEXT

      public static final IDfFtConfig.FtCapability SECURITY_EVAL_IN_FULLTEXT
      whether security is evaluated in the fulltext engine
    • RELEVANCE_RANKING

      public static final IDfFtConfig.FtCapability RELEVANCE_RANKING
      whether the fulltext engine supports scoring of results
    • FOLDER_EXPANSION

      public static final IDfFtConfig.FtCapability FOLDER_EXPANSION
      whether the fulltext engine supports evaluating folder hierarchies
  • Method Details

    • values

      public static IDfFtConfig.FtCapability[] values()
      Returns 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
    • valueOf

      public static IDfFtConfig.FtCapability valueOf(String name)
      Returns 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