|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.search.routing.command.search.RankingGroupOp
public class RankingGroupOp
Ranking group operation.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
RankingGroupOp()
|
|
RankingGroupOp(OpType opType,
java.lang.String value)
|
|
| Method Summary | |
|---|---|
OpType |
getOpType()
Returns the operation type |
java.lang.String |
getValue()
Returns the value |
void |
setOpType(OpType opType)
Sets the operation type |
void |
setValue(java.lang.String value)
Sets the value |
java.lang.String |
toXML()
Converts the ranking group to xml for submission to the engine. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public RankingGroupOp(OpType opType,
java.lang.String value)
value - Apply the specified operation to this value, which can be a floating point constant (0-1000);
$relevance (for the internal statement relevancy score);
$weight (for the internal document relevancy score); and $size (for the size of the result group)public RankingGroupOp()
| Method Detail |
|---|
public OpType getOpType()
public void setOpType(OpType opType)
opType - the operation typepublic java.lang.String getValue()
public void setValue(java.lang.String value)
value - the valuepublic java.lang.String toXML()
RankingGroup
toXML in interface RankingGroup
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||