com.primus.searchcommon
Class RequestConstants

java.lang.Object
  extended by com.primus.searchcommon.RequestConstants

public class RequestConstants
extends java.lang.Object


Nested Class Summary
static class RequestConstants.RQType
           
 
Field Summary
static ConstantID REQUEST_TYPE_BROWSE
          pt_enum.pc_enum_id "browse"
static ConstantID REQUEST_TYPE_FIND_ANSWERS
          pt_enum.pc_enum_id "findanswers"
static ConstantID REQUEST_TYPE_SOLUTIONS
          pt_enum.pc_enum_id "solutions"
static ConstantID REQUEST_TYPE_TOP_QUESTIONS
          pt_enum.pc_enum_id "topquestions"
static int SORT_BY_DATE
           
static int SORT_BY_DOCUMENT
           
static int SORT_BY_NUMBERPROPERTY
           
static int SORT_BY_POPULARITY
           
static int SORT_BY_RELATED
           
static int SORT_BY_SCORE
           
static int SORT_BY_STRINGPROPERTY
           
static int VIC_RETURN_DOCUMENT
          View in context document
static int VIC_RETURN_FIELDOFFSET
          View in context offset, only for structquery
static int VIC_RETURN_MAX
          All RETURN* values must be less than this.
static int VIC_RETURN_OFFSET
          View in context offset
static java.lang.String[] VIC_RETURN_TYPE_STRINGS
          string values for the above, indexed by the above
 
Constructor Summary
RequestConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SORT_BY_SCORE

public static final int SORT_BY_SCORE
See Also:
Constant Field Values

SORT_BY_DOCUMENT

public static final int SORT_BY_DOCUMENT
See Also:
Constant Field Values

SORT_BY_RELATED

public static final int SORT_BY_RELATED
See Also:
Constant Field Values

SORT_BY_STRINGPROPERTY

public static final int SORT_BY_STRINGPROPERTY
See Also:
Constant Field Values

SORT_BY_DATE

public static final int SORT_BY_DATE
See Also:
Constant Field Values

SORT_BY_POPULARITY

public static final int SORT_BY_POPULARITY
See Also:
Constant Field Values

SORT_BY_NUMBERPROPERTY

public static final int SORT_BY_NUMBERPROPERTY
See Also:
Constant Field Values

REQUEST_TYPE_TOP_QUESTIONS

public static final ConstantID REQUEST_TYPE_TOP_QUESTIONS
pt_enum.pc_enum_id "topquestions"


REQUEST_TYPE_FIND_ANSWERS

public static final ConstantID REQUEST_TYPE_FIND_ANSWERS
pt_enum.pc_enum_id "findanswers"


REQUEST_TYPE_SOLUTIONS

public static final ConstantID REQUEST_TYPE_SOLUTIONS
pt_enum.pc_enum_id "solutions"


REQUEST_TYPE_BROWSE

public static final ConstantID REQUEST_TYPE_BROWSE
pt_enum.pc_enum_id "browse"


VIC_RETURN_DOCUMENT

public static final int VIC_RETURN_DOCUMENT
View in context document

See Also:
Constant Field Values

VIC_RETURN_OFFSET

public static final int VIC_RETURN_OFFSET
View in context offset

See Also:
Constant Field Values

VIC_RETURN_FIELDOFFSET

public static final int VIC_RETURN_FIELDOFFSET
View in context offset, only for structquery

See Also:
Constant Field Values

VIC_RETURN_MAX

public static final int VIC_RETURN_MAX
All RETURN* values must be less than this.

See Also:
Constant Field Values

VIC_RETURN_TYPE_STRINGS

public static final java.lang.String[] VIC_RETURN_TYPE_STRINGS
string values for the above, indexed by the above

Constructor Detail

RequestConstants

public RequestConstants()