com.primus.searchcommon.constants
Interface InternalQueryConstants


public interface InternalQueryConstants


Field Summary
static java.lang.String DEBUG
          Deprecated. as of 2006.3. Use QueryConstants.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 REQUEST_TYPE
          ATG Search can import specially authored content called preferred answers to augment and enhance the search results of particular queries.
static java.lang.String RESULT_LIST_CONTROLS
          This attribute holds the result list controls in a big string of the form paramVal,paramVal,...
static java.lang.String SEARCH_PARAMETERS
          This attribute holds the search parameters in a big string of the form /param=val;/param=Val;...
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 QueryConstants.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

REQUEST_TYPE

static final java.lang.String REQUEST_TYPE
ATG Search can import specially authored content called preferred answers to augment and enhance the search results of particular queries. Normally, AS searches unstructured, structured, and preferred answer content simultaneously, blending the different types into one result set. However, some user interface applications might want to provide a special preferred answer search, similar to a FAQ search. AS can easily limit the search to just preferred answers, using document set constraints and response number settings. However, additional logic is required to make AS function in this special case, and this is enabled by the following attribute. The value is either pa, for preferred answer searches, or doc, for normal blended searches. The default value is doc.

See Also:
Constant Field Values

SEARCH_PARAMETERS

static final java.lang.String SEARCH_PARAMETERS
This attribute holds the search parameters in a big string of the form /param=val;/param=Val;...

See Also:
Constant Field Values

RESULT_LIST_CONTROLS

static final java.lang.String RESULT_LIST_CONTROLS
This attribute holds the result list controls in a big string of the form paramVal,paramVal,...

See Also:
Constant Field Values