org.gcube.opensearch.opensearchdatasource
Class OpenSearchDataSourceConstants

java.lang.Object
  extended by org.gcube.opensearch.opensearchdatasource.OpenSearchDataSourceConstants

public class OpenSearchDataSourceConstants
extends java.lang.Object


Field Summary
static java.lang.String ALL_INDEXES
           
static java.lang.String COLLECTION_FIELD
          The field name for the collection id of a record
static java.lang.String FIELD_SEPARATOR
          Separator for the published field info
static java.lang.String LANGUAGE_FIELD
          The field name for the collection language of a record
static java.lang.String LANGUAGE_PARAMETER
           
static java.lang.String OBJECTID_FIELD
          The field name of an index type that indicates the document id of a record
static java.lang.String PRESENTABLE_TAG
          Tag for presentable fields in the published field info
static java.lang.String RESULTSNO_EVENT
           
static java.lang.String RESULTSNOFINAL_EVENT
           
static java.lang.String SEARCHABLE_TAG
          Tag for searchable fields in the published field info
 
Constructor Summary
OpenSearchDataSourceConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_SEPARATOR

public static final java.lang.String FIELD_SEPARATOR
Separator for the published field info

See Also:
Constant Field Values

PRESENTABLE_TAG

public static final java.lang.String PRESENTABLE_TAG
Tag for presentable fields in the published field info

See Also:
Constant Field Values

SEARCHABLE_TAG

public static final java.lang.String SEARCHABLE_TAG
Tag for searchable fields in the published field info

See Also:
Constant Field Values

COLLECTION_FIELD

public static final java.lang.String COLLECTION_FIELD
The field name for the collection id of a record

See Also:
Constant Field Values

LANGUAGE_FIELD

public static final java.lang.String LANGUAGE_FIELD
The field name for the collection language of a record

See Also:
Constant Field Values

ALL_INDEXES

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

OBJECTID_FIELD

public static final java.lang.String OBJECTID_FIELD
The field name of an index type that indicates the document id of a record

See Also:
Constant Field Values

LANGUAGE_PARAMETER

public static final java.lang.String LANGUAGE_PARAMETER

RESULTSNO_EVENT

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

RESULTSNOFINAL_EVENT

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

OpenSearchDataSourceConstants

public OpenSearchDataSourceConstants()