com.primus.searchcommon.constants
Interface InternalStructuredQueryConstants


public interface InternalStructuredQueryConstants


Field Summary
static java.lang.String DEBUG
          Deprecated. as of 2006.3. Use StructuredQueryConstants.DEBUG
static java.lang.String MULTIGROUP
          Whether the request is distributed to multiple groups or a single group.
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
Deprecated. as of 2006.3. Use StructuredQueryConstants.DEBUG
Enable debug information in response. Defaults to 0 or false.

See Also:
Constant Field Values

MULTIGROUP

static final java.lang.String MULTIGROUP
Whether the request is distributed to multiple groups or a single group. This is internal to the SearchClientAPI.

See Also:
Constant Field Values