org.gcube.searchsystem.planning.commonvocabulary
Class Constants

java.lang.Object
  extended by org.gcube.searchsystem.planning.commonvocabulary.Constants

public class Constants
extends java.lang.Object


Field Summary
static java.lang.String ANY
           
static java.lang.String COLIDMODIFIER
           
static java.lang.String COLLECTION_FIELD
          The field name for the collection id of a record
static java.lang.String CQLAND
           
static java.lang.String CQLNOT
           
static java.lang.String CQLOR
           
static java.lang.String DEFAULT
           
static java.lang.String EQUALS
           
static java.lang.String EXACT
           
static java.lang.String EXCEPT
           
static java.lang.String GEO_FIELD
           
static java.lang.String GEOSEARCH
           
static java.lang.String JOIN
           
static java.lang.String JOINSORT
           
static java.lang.String LANGMODIFIER
           
static java.lang.String LANGUAGE_FIELD
          The field name for the collection language of a record
static java.lang.String MERGE
           
static java.lang.String MERGESORT
           
static java.lang.String NOTMODIFIER
           
static java.lang.String PAYLOADBOTH
           
static java.lang.String PAYLOADLEFT
           
static java.lang.String PAYLOADRIGHT
           
static java.lang.String PAYLOADSIDE
          Operator argument naming conventions
static java.lang.String RANK
           
static java.lang.String SORT
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RANK

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

CQLOR

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

CQLAND

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

CQLNOT

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

MERGESORT

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

MERGE

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

JOINSORT

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

JOIN

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

EXCEPT

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

DEFAULT

public static final java.lang.String DEFAULT
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

EXACT

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

ANY

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

EQUALS

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

GEO_FIELD

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

GEOSEARCH

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

NOTMODIFIER

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

COLIDMODIFIER

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

LANGMODIFIER

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

PAYLOADSIDE

public static final java.lang.String PAYLOADSIDE
Operator argument naming conventions

See Also:
Constant Field Values

PAYLOADLEFT

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

PAYLOADRIGHT

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

PAYLOADBOTH

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

SORT

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

Constants

public Constants()