|
|||||||||
| 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.StemLookup
public class StemLookup
A stem or synonym of a term for diagnostics
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
StemLookup()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object pObject)
|
protected static StemLookup |
fromXmlParser(atg.search.routing.utils.SearchMessageNode pXml)
|
protected void |
getAttributeXML(java.lang.StringBuilder sb)
|
protected void |
getBodyXML(java.lang.StringBuilder sb)
|
java.lang.String |
getFields()
Returns the fields of the item that contain this stem (always null for item retrieval step) |
int |
getFreq()
Returns the number of documents this stem appears in |
java.lang.String |
getRequestTag()
|
DiagnosticStatus |
getStatus()
Returns the diagnostic status |
java.lang.String |
getString()
Returns the normalized string of the stem |
int |
hashCode()
|
boolean |
isSynonym()
Indicates whether this stem a synonym of the original query input term |
void |
setFields(java.lang.String pFields)
Sets the fields of the item that contain this stem (always null for item retrieval step). |
void |
setFreq(int pFreq)
Sets the number of documents this stem appears in |
void |
setStatus(DiagnosticStatus pStatus)
Sets the diagnostic status |
void |
setString(java.lang.String pString)
Sets the normalized string of the stem |
void |
setSynonym(boolean pSynonym)
Sets whether this stem a synonym of the original query input term |
| Methods inherited from class atg.search.routing.command.SearchXMLObject |
|---|
appendComplexXml, appendOptionalAttr, appendOptionalElem, appendOptionalElem, appendOptionalElem, appendOptionalValue, appendRequiredAttr, appendRequiredElem, appendRequiredElem, appendRequiredValue, getAllAttributeXML, getAllBodyXML, 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 StemLookup()
| Method Detail |
|---|
public boolean equals(java.lang.Object pObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean isSynonym()
public void setSynonym(boolean pSynonym)
pSynonym - whether this stem a synonym of the original query input termpublic DiagnosticStatus getStatus()
public void setStatus(DiagnosticStatus pStatus)
pStatus - the diagnostic statuspublic java.lang.String getString()
public void setString(java.lang.String pString)
pString - the normalized string of the stempublic int getFreq()
public void setFreq(int pFreq)
pFreq - public java.lang.String getFields()
public void setFields(java.lang.String pFields)
pFields - protected static StemLookup fromXmlParser(atg.search.routing.utils.SearchMessageNode pXml)
public 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
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 | ||||||||