org.gcube.opensearch.opensearchlibrary
Class OpenSearchConstants

java.lang.Object
  extended by org.gcube.opensearch.opensearchlibrary.OpenSearchConstants

public class OpenSearchConstants
extends java.lang.Object

OpenSearch and library-related constants such as namespaces and qualified OpenSearch standard parameters as used in the library

Author:
gerasimos.farantatos

Field Summary
static java.lang.String configNumOfResultsQName
           
static java.lang.String configSequentialResultsQName
           
static java.lang.String countQName
          The qualified name for the count standard OpenSearch parameter
static java.lang.String encodedOpenSearchNS
          The standard OpenSearch namespace in URL-encoded form
static java.lang.String inputEncodingQName
          The qualified name for the inputEncoding standard OpenSearch parameter
static java.lang.String languageQName
          The qualified name for the language standard OpenSearch parameter
static java.lang.String objectIdFieldName
          The name of the unique identifier field
static java.lang.String OpenSearchConfigNS
           
static java.lang.String OpenSearchNS
          The standard OpenSearch namespace
static java.lang.String outputEncodingQName
          The qualified name for the outputEncoding standard OpenSearch parameter
static java.lang.String RESULTSNO_EVENT
          Result estimation events
static java.lang.String RESULTSNOFINAL_EVENT
           
static java.lang.String searchTermsQName
          The qualified name for the searchTerms standard OpenSearch parameter
static java.lang.String startIndexQName
          The qualified name for the startIndex standard OpenSearch parameter
static java.lang.String startPageQName
          The qualified name for the startPage standard OpenSearch parameter
 
Constructor Summary
OpenSearchConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OpenSearchNS

public static final java.lang.String OpenSearchNS
The standard OpenSearch namespace

See Also:
Constant Field Values

encodedOpenSearchNS

public static final java.lang.String encodedOpenSearchNS
The standard OpenSearch namespace in URL-encoded form


OpenSearchConfigNS

public static final java.lang.String OpenSearchConfigNS
See Also:
Constant Field Values

searchTermsQName

public static final java.lang.String searchTermsQName
The qualified name for the searchTerms standard OpenSearch parameter


startPageQName

public static final java.lang.String startPageQName
The qualified name for the startPage standard OpenSearch parameter


startIndexQName

public static final java.lang.String startIndexQName
The qualified name for the startIndex standard OpenSearch parameter


countQName

public static final java.lang.String countQName
The qualified name for the count standard OpenSearch parameter


languageQName

public static final java.lang.String languageQName
The qualified name for the language standard OpenSearch parameter


inputEncodingQName

public static final java.lang.String inputEncodingQName
The qualified name for the inputEncoding standard OpenSearch parameter


outputEncodingQName

public static final java.lang.String outputEncodingQName
The qualified name for the outputEncoding standard OpenSearch parameter


configNumOfResultsQName

public static final java.lang.String configNumOfResultsQName
See Also:
Constant Field Values

configSequentialResultsQName

public static final java.lang.String configSequentialResultsQName
See Also:
Constant Field Values

objectIdFieldName

public static final java.lang.String objectIdFieldName
The name of the unique identifier field

See Also:
Constant Field Values

RESULTSNO_EVENT

public static final java.lang.String RESULTSNO_EVENT
Result estimation events

See Also:
Constant Field Values

RESULTSNOFINAL_EVENT

public static final java.lang.String RESULTSNOFINAL_EVENT
See Also:
Constant Field Values
Constructor Detail

OpenSearchConstants

public OpenSearchConstants()