com.primus.searchcommon.constants
Interface InternalBrowseConstants


public interface InternalBrowseConstants


Field Summary
static java.lang.String BROWSE_PREFERRED_ANSWERS
           
static java.lang.String DEBUG
          Deprecated. as of 2006.3. Use BrowseConstants.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 BrowseConstants.DEBUG
Query debugging, internal to the SearchClientAPI.

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

BROWSE_PREFERRED_ANSWERS

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