com.primus.searchcommon.constants
Interface CommonRequestConstants

All Known Subinterfaces:
BrowseConstants, CategorizeConstants, QueryConstants, SimilarTextConstants, StructuredQueryConstants, ViewItemConstants

public interface CommonRequestConstants


Field Summary
static java.lang.String ADVANCED
           
static java.lang.String DEBUG
          Enable debug information in response.
static java.lang.String DUMP_FILES
          Enable file dumping from within application server.
static java.lang.String MERGE_SETTINGS
          controls merge behavior when a merge is required.
 

Field Detail

DUMP_FILES

static final java.lang.String DUMP_FILES
Enable file dumping from within application server. Defaults to Ignored by AS.

See Also:
Constant Field Values

DEBUG

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

See Also:
Constant Field Values

MERGE_SETTINGS

static final java.lang.String MERGE_SETTINGS
controls merge behavior when a merge is required. This setting is ignored if there is only one partition. Consult Search documentation for guidance.

See Also:
Constant Field Values

ADVANCED

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