Package com.saperion.rs.federatedsearch
Enum Class FederatedSearch.ConfigParameter
java.lang.Object
java.lang.Enum<FederatedSearch.ConfigParameter>
com.saperion.rs.federatedsearch.FederatedSearch.ConfigParameter
- All Implemented Interfaces:
Serializable
,Comparable<FederatedSearch.ConfigParameter>
,Constable
- Enclosing class:
- FederatedSearch
Configuration parameter used by this JAX-RS resource.
- Author:
- sts
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe name of the DDC archive to be used by this federated search feed.The description of the federated search feed.The DDC field to be used as the result's description.The global query of the federated search feed.The global query field of the federated search feed.The name of the federated search feed.The DDC field to be used as the result's published date.The size of query results of the federated search feed.The query strategy to build HQL queries from the users query.The special query of the federated search feed.The DDC field to be used as the result's tags.The DDC field to be used as the result's title. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static FederatedSearch.ConfigParameter[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NAME
The name of the federated search feed. -
DESCRIPTION
The description of the federated search feed. -
ARCHIVE
The name of the DDC archive to be used by this federated search feed. -
GLOBAL_QUERY
The global query of the federated search feed. -
SPECIAL_QUERY
The special query of the federated search feed. -
GLOBAL_QUERY_FIELD
The global query field of the federated search feed. -
QUERY_SIZE
The size of query results of the federated search feed. -
TITLE_FIELD
The DDC field to be used as the result's title. -
DESCRIPTION_FIELD
The DDC field to be used as the result's description. -
PUBLISHED_FIELD
The DDC field to be used as the result's published date. -
TAGS_FIELD
The DDC field to be used as the result's tags. -
QUERY_STRATEGY
The query strategy to build HQL queries from the users query.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-