|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.search.routing.command.SearchXMLObject
atg.search.routing.command.search.Relevancy
public class Relevancy
Relevancy portion of an ItemTrace.
Step 3: Calculation of relevancy and application of the threshold
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
Relevancy()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object pObject)
|
protected static Relevancy |
fromXmlParser(atg.search.routing.utils.SearchMessageNode pXml)
|
protected void |
getBodyXML(java.lang.StringBuilder sb)
|
Calculation |
getCalculation()
Returns the raw relevancy calculation details |
Movements |
getMovements()
Returns result movements, or positional rules, applied to statements, if any |
Multipliers |
getMultipliers()
Returns result multipliers, applied to statements, if any |
RankConfigCalculation |
getRankConfig()
Returns ranking (search) config calculation details |
java.lang.String |
getRequestTag()
|
Threshold |
getThreshold()
Returns the appplication of the minimum relevancy threshold |
int |
hashCode()
|
void |
setCalculation(Calculation pCalculation)
Sets raw relevancy calculation details |
void |
setMovements(Movements pMovements)
Sets result movements, or positional rules, applied to statements, if any |
void |
setMultipliers(Multipliers pMultipliers)
Sets result multipliers, applied to statements, if any |
void |
setRankConfig(RankConfigCalculation pRankConfig)
Sets ranking (search) config calculation details |
void |
setThreshold(Threshold pThreshold)
Sets the appplication of the minimum relevancy threshold |
| Methods inherited from class atg.search.routing.command.SearchXMLObject |
|---|
appendComplexXml, appendOptionalAttr, appendOptionalElem, appendOptionalElem, appendOptionalElem, appendOptionalValue, appendRequiredAttr, appendRequiredElem, appendRequiredElem, appendRequiredValue, getAllAttributeXML, getAllBodyXML, getAttributeXML, getDefaultXmlBytes, getParentXMLObject, getXmlPath, isPrintedFirstChild, setParentXMLObject, setPrintedFirstChild, toString, toXML, toXML |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public Relevancy()
| Method Detail |
|---|
public boolean equals(java.lang.Object pObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic Calculation getCalculation()
public void setCalculation(Calculation pCalculation)
pCalculation - raw relevancy calculation detailspublic RankConfigCalculation getRankConfig()
public void setRankConfig(RankConfigCalculation pRankConfig)
pRankConfig - ranking (search) config calculation detailspublic Multipliers getMultipliers()
public void setMultipliers(Multipliers pMultipliers)
pMultipliers - result multipliers, applied to statements, if anypublic Threshold getThreshold()
public void setThreshold(Threshold pThreshold)
pThreshold - the appplication of the minimum relevancy thresholdpublic Movements getMovements()
public void setMovements(Movements pMovements)
pMovements - result movements, or positional rules, applied to statements, if anyprotected static Relevancy fromXmlParser(atg.search.routing.utils.SearchMessageNode pXml)
public java.lang.String getRequestTag()
getRequestTag in class atg.search.routing.command.SearchXMLObject
protected void getBodyXML(java.lang.StringBuilder sb)
throws atg.search.routing.command.IncompleteCommandException
getBodyXML in class atg.search.routing.command.SearchXMLObjectatg.search.routing.command.IncompleteCommandException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||