com.primus.searchcommon.constants
Interface InternalCategorizeConstants


public interface InternalCategorizeConstants


Field Summary
static java.lang.String DEBUG
          Enable debug information in response.
static java.lang.String QUERY_IDENTIFIER
          Query identifier, internal to the SearchClientAPI.
static java.lang.String VERSION
          Version of the request XML.
 

Field Detail

VERSION

static final java.lang.String VERSION
Version of the request XML. Internal to the SearchClientAPI.

See Also:
Constant Field Values

QUERY_IDENTIFIER

static final java.lang.String QUERY_IDENTIFIER
Query identifier, internal to the SearchClientAPI.

See Also:
Constant Field Values

DEBUG

static final java.lang.String DEBUG
Enable debug information in response. Defaults to 0 or false.

See Also:
Constant Field Values