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 URICAPABILITY_ADVANCED_SEARCHconstant for Advanced Search capabilitystatic URICAPABILITY_AUTHENTICATED_SEARCHconstant for Authenticated Search capabilitystatic URICAPABILITY_BASIC_SEARCHconstant for Basic Search capabilitystatic URICAPABILITY_LEX_SEARCHconstant for Lexical Search capabilitystatic StringFCS_GENERAL_PROCESSING_HINTconstant for FCS diagnostic "General processing hint."static StringFCS_GENERAL_QUERY_SYNTAX_ERRORconstant for FCS diagnostic "General query syntax error."static StringFCS_INVALID_PERSISTENT_IDENTIFIERconstant for FCS diagnostic "Persistent identifier passed by the Client for restricting the search is invalid."static StringFCS_QUERY_TOO_COMPLEXconstant for FCS diagnostic "Query too complex.static StringFCS_QUERY_WAS_REWRITTENconstant for FCS diagnostic "Query was rewritten."static StringFCS_REQUESTED_DATAVIEW_NOT_VALID_FOR_RESOURCEconstant for FCS diagnostic "Requested Data View not valid for this resource."static StringFCS_RESOURCE_TOO_LARGE_CANNOT_PERFORM_QUERYconstant for FCS diagnostic "Resource set too large.static StringFCS_RESOURCE_TOO_LARGE_QUERY_ADJUSTEDconstant for FCS diagnostic "Resource set too large.static StringLEGACY_X_CLARIN_RESOURCE_INFOconstant for extra request parameter "x-clarin-resource-info"static StringQUERY_TYPE_CQLconstant for CQL query type, basic searchstatic StringQUERY_TYPE_FCSconstant for FCS-QL query type, advanced searchstatic StringQUERY_TYPE_LEXconstant for LexCQL query type, lexical searchstatic StringTRUEconstant for value "true" for extra request parameter "x-fcs-endpoint-description"static StringX_FCS_ENDPOINT_DESCRIPTIONconstant for extra request parameter "x-fcs-endpoint-description"static StringX_INDENT_RESPONSEconstant for extra request parameter "x-indent-response" (NB: only applicable for SRUServer implementation)static StringX_UNLIMITED_RESULTSETconstant for extra request parameter "x-unlimited-resultset" (NB: only applicable for SRUServer implementation)static StringX_UNLIMITED_TERMLISTconstant 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 FCS-QL query type, advanced search- See Also:
- Constant Field Values
-
QUERY_TYPE_CQL
public static final String QUERY_TYPE_CQL
constant for CQL query type, basic search- See Also:
- Constant Field Values
-
QUERY_TYPE_LEX
public static final String QUERY_TYPE_LEX
constant for LexCQL query type, lexical search- 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
-
CAPABILITY_LEX_SEARCH
public static final URI CAPABILITY_LEX_SEARCH
constant for Lexical Search capability
-
CAPABILITY_AUTHENTICATED_SEARCH
public static final URI CAPABILITY_AUTHENTICATED_SEARCH
constant for Authenticated 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
-
-