org.gcube.opensearch.opensearchdatasource
Class OpenSearchDataSourceConstants

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

public class OpenSearchDataSourceConstants
extends Object


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

Field Detail

FIELD_SEPARATOR

public static final String FIELD_SEPARATOR
Separator for the published field info

See Also:
Constant Field Values

PRESENTABLE_TAG

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

See Also:
Constant Field Values

SEARCHABLE_TAG

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

See Also:
Constant Field Values

COLLECTION_FIELD

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

See Also:
Constant Field Values

LANGUAGE_FIELD

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

See Also:
Constant Field Values

ALL_INDEXES

public static final String ALL_INDEXES
See Also:
Constant Field Values

OBJECTID_FIELD

public static final 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 String LANGUAGE_PARAMETER

RESULTSNO_EVENT

public static final String RESULTSNO_EVENT
See Also:
Constant Field Values

RESULTSNOFINAL_EVENT

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

OpenSearchDataSourceConstants

public OpenSearchDataSourceConstants()


Copyright © 2013. All Rights Reserved.