|
|||||||||
| 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.Summary
public class Summary
Diagnostic search summary
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
Summary()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object pObject)
|
protected void |
getAttributeXML(java.lang.StringBuilder sb)
|
int |
getConstraintCount()
Returns how many items were searchable (satisified the constraints) |
int |
getItemCount()
Indicates how many items were retrieved by the terms |
int |
getRelevantCount()
Indicates how many items were relevant (exceeded the min threshold) |
java.lang.String |
getRequestTag()
Gets the xml element tag used in the request |
int |
getResultCount()
Indicates how many items collected and appeared in the final results |
int |
getRetrievalCount()
Indicates how many items were retrievable by the query terms |
int |
getStatementCount()
Indicates how many items had statements retrieved by the terms |
int |
getTotalCount()
Indicates how many items were in the index |
void |
setConstraintCount(int pConstraintCount)
Sets how many items were searchable (satisified the constraints) |
void |
setItemCount(int pItemCount)
Sets how many items were retrieved by the terms |
void |
setRelevantCount(int pRelevantCount)
Sets how many items were relevant (exceeded the min threshold) |
void |
setResultCount(int pResultCount)
Sets how many items collected and appeared in the final results |
void |
setRetrievalCount(int pRetrievalCount)
Sets how many items were retrievable by the query terms |
void |
setStatementCount(int pStatementCount)
Sets how many items had statements retrieved by the terms |
void |
setTotalCount(int pTotalCount)
Sets how many items were in the index? |
| Methods inherited from class atg.search.routing.command.SearchXMLObject |
|---|
appendComplexXml, appendOptionalAttr, appendOptionalElem, appendOptionalElem, appendOptionalElem, appendOptionalValue, appendRequiredAttr, appendRequiredElem, appendRequiredElem, appendRequiredValue, getAllAttributeXML, getAllBodyXML, getBodyXML, getDefaultXmlBytes, getParentXMLObject, getXmlPath, isPrintedFirstChild, setParentXMLObject, setPrintedFirstChild, toString, toXML, toXML |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public Summary()
| Method Detail |
|---|
public boolean equals(java.lang.Object pObject)
equals in class java.lang.Objectpublic int getTotalCount()
public void setTotalCount(int pTotalCount)
pTotalCount - how many items were in the index?public int getRetrievalCount()
public void setRetrievalCount(int pRetrievalCount)
pRetrievalCount - how many items were retrievable by the query termspublic int getConstraintCount()
public void setConstraintCount(int pConstraintCount)
pConstraintCount - how many items were searchable (satisified the constraints)public int getItemCount()
public void setItemCount(int pItemCount)
pItemCount - how many items were retrieved by the termspublic int getStatementCount()
public void setStatementCount(int pStatementCount)
pStatementCount - how many items had statements retrieved by the termspublic int getRelevantCount()
public void setRelevantCount(int pRelevantCount)
pRelevantCount - how many items were relevant (exceeded the min threshold)public int getResultCount()
public void setResultCount(int pResultCount)
pResultCount - how many items collected and appeared in the final resultspublic java.lang.String getRequestTag()
getRequestTag in class atg.search.routing.command.SearchXMLObject
protected void getAttributeXML(java.lang.StringBuilder sb)
throws atg.search.routing.command.IncompleteCommandException
getAttributeXML 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 | ||||||||