Package eu.clarin.sru.client.fcs
Class ClarinFCSConstants
- java.lang.Object
-
- eu.clarin.sru.client.fcs.ClarinFCSConstants
-
public final class ClarinFCSConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static URI
CAPABILITY_ADVANCED_SEARCH
constant for Advanced Search capabilitystatic URI
CAPABILITY_BASIC_SEARCH
constant for Basic Search capabilitystatic String
FCS_GENERAL_PROCESSING_HINT
constant for FCS diagnostic "General processing hint."static String
FCS_GENERAL_QUERY_SYNTAX_ERROR
constant for FCS diagnostic "General query syntax error."static String
FCS_INVALID_PERSISTENT_IDENTIFIER
constant for FCS diagnostic "Persistent identifier passed by the Client for restricting the search is invalid."static String
FCS_QUERY_TOO_COMPLEX
constant for FCS diagnostic "Query too complex.static String
FCS_QUERY_WAS_REWRITTEN
constant for FCS diagnostic "Query was rewritten."static String
FCS_REQUESTED_DATAVIEW_NOT_VALID_FOR_RESOURCE
constant for FCS diagnostic "Requested Data View not valid for this resource."static String
FCS_RESOURCE_TOO_LARGE_CANNOT_PERFORM_QUERY
constant for FCS diagnostic "Resource set too large.static String
FCS_RESOURCE_TOO_LARGE_QUERY_ADJUSTED
constant for FCS diagnostic "Resource set too large.static String
LEGACY_X_CLARIN_RESOURCE_INFO
constant for extra request parameter "x-clarin-resource-info"static String
QUERY_TYPE_CQL
constant for CQL query typestatic String
QUERY_TYPE_FCS
constant for CQL query typestatic String
TRUE
constant for value "true" for extra request parameter "x-fcs-endpoint-description"static String
X_FCS_ENDPOINT_DESCRIPTION
constant for extra request parameter "x-fcs-endpoint-description"static String
X_INDENT_RESPONSE
constant for extra request parameter "x-indent-response" (NB: only applicable for SRUServer implementation)static String
X_UNLIMITED_RESULTSET
constant for extra request parameter "x-unlimited-resultset" (NB: only applicable for SRUServer implementation)static String
X_UNLIMITED_TERMLIST
constant for extra request parameter "x-unlimited-termlist" (NB: only applicable for SRUServer implementation)
-
-
-
Field Detail
-
QUERY_TYPE_FCS
public static final String QUERY_TYPE_FCS
constant for CQL query type- See Also:
- Constant Field Values
-
QUERY_TYPE_CQL
public static final String QUERY_TYPE_CQL
constant for CQL query type- See Also:
- Constant Field Values
-
X_FCS_ENDPOINT_DESCRIPTION
public static final String X_FCS_ENDPOINT_DESCRIPTION
constant for extra request parameter "x-fcs-endpoint-description"- See Also:
- Constant Field Values
-
CAPABILITY_BASIC_SEARCH
public static final URI CAPABILITY_BASIC_SEARCH
constant for Basic Search capability
-
CAPABILITY_ADVANCED_SEARCH
public static final URI CAPABILITY_ADVANCED_SEARCH
constant for Advanced Search capability
-
TRUE
public static final String TRUE
constant for value "true" for extra request parameter "x-fcs-endpoint-description"- See Also:
- Constant Field Values
-
LEGACY_X_CLARIN_RESOURCE_INFO
public static final String LEGACY_X_CLARIN_RESOURCE_INFO
constant for extra request parameter "x-clarin-resource-info"- See Also:
- Constant Field Values
-
X_UNLIMITED_RESULTSET
public static final String X_UNLIMITED_RESULTSET
constant for extra request parameter "x-unlimited-resultset" (NB: only applicable for SRUServer implementation)- See Also:
- Constant Field Values
-
X_UNLIMITED_TERMLIST
public static final String X_UNLIMITED_TERMLIST
constant for extra request parameter "x-unlimited-termlist" (NB: only applicable for SRUServer implementation)- See Also:
- Constant Field Values
-
X_INDENT_RESPONSE
public static final String X_INDENT_RESPONSE
constant for extra request parameter "x-indent-response" (NB: only applicable for SRUServer implementation)- See Also:
- Constant Field Values
-
FCS_INVALID_PERSISTENT_IDENTIFIER
public static final String FCS_INVALID_PERSISTENT_IDENTIFIER
constant for FCS diagnostic "Persistent identifier passed by the Client for restricting the search is invalid."- See Also:
- Constant Field Values
-
FCS_RESOURCE_TOO_LARGE_QUERY_ADJUSTED
public static final String FCS_RESOURCE_TOO_LARGE_QUERY_ADJUSTED
constant for FCS diagnostic "Resource set too large. Query context automatically adjusted."- See Also:
- Constant Field Values
-
FCS_RESOURCE_TOO_LARGE_CANNOT_PERFORM_QUERY
public static final String FCS_RESOURCE_TOO_LARGE_CANNOT_PERFORM_QUERY
constant for FCS diagnostic "Resource set too large. Cannot perform query."- See Also:
- Constant Field Values
-
FCS_REQUESTED_DATAVIEW_NOT_VALID_FOR_RESOURCE
public static final String FCS_REQUESTED_DATAVIEW_NOT_VALID_FOR_RESOURCE
constant for FCS diagnostic "Requested Data View not valid for this resource."- See Also:
- Constant Field Values
-
FCS_GENERAL_QUERY_SYNTAX_ERROR
public static final String FCS_GENERAL_QUERY_SYNTAX_ERROR
constant for FCS diagnostic "General query syntax error."- See Also:
- Constant Field Values
-
FCS_QUERY_TOO_COMPLEX
public static final String FCS_QUERY_TOO_COMPLEX
constant for FCS diagnostic "Query too complex. Cannot perform Query."- See Also:
- Constant Field Values
-
FCS_QUERY_WAS_REWRITTEN
public static final String FCS_QUERY_WAS_REWRITTEN
constant for FCS diagnostic "Query was rewritten."- See Also:
- Constant Field Values
-
FCS_GENERAL_PROCESSING_HINT
public static final String FCS_GENERAL_PROCESSING_HINT
constant for FCS diagnostic "General processing hint."- See Also:
- Constant Field Values
-
-