com.raritantechnologies.verity
Class VerityResult
java.lang.Object
com.raritantechnologies.searchApp.BasicResult
com.raritantechnologies.verity.VerityResult
- All Implemented Interfaces:
- IResult
- public class VerityResult
- extends BasicResult
- implements IResult
Extension to IResult that contains Verity-specfic attributes.
Developed by
Raritan Technologies .
- Author:
- Ted Sullivan, Glenn Robitaille
| Methods inherited from class com.raritantechnologies.searchApp.BasicResult |
addNestedResult, addNestedResults, addTree, clearValue, getDOM, getFieldNames, getFullTextFormats, getIDField, getNestedFieldNames, getNestedResults, getResultSet, getSearchSource, getSearchSourceName, getTitleField, getTree, getTreeNames, getURLField, getValue, getValue, getValues, getXML, getXML, getXML, getXML, hasMultipleValues, hasNestedResults, setIDField, setNestedResults, setSearchSourceName, setTitleField, setURLField, setValue, setValues, setWrapCData, writeFullText |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.raritantechnologies.searchApp.IResult |
addNestedResult, addNestedResults, addTree, clearValue, getDOM, getFieldNames, getFullTextFormats, getIDField, getNestedFieldNames, getNestedResults, getSearchSource, getSearchSourceName, getTitleField, getTree, getTreeNames, getURLField, getValue, getValue, getValues, getXML, getXML, hasMultipleValues, hasNestedResults, setIDField, setNestedResults, setSearchSourceName, setTitleField, setURLField, setValue, setValues, writeFullText |
VerityResult
public VerityResult()
setScore
public void setScore(java.lang.String score)
getScore
public java.lang.String getScore()
setCollections
public void setCollections(java.lang.String[] collections)
getCollections
public java.lang.String[] getCollections()
setK2DocKey
public void setK2DocKey(java.lang.String k2DocKey)
getK2DocKey
public java.lang.String getK2DocKey()
addValue
public void addValue(java.lang.String field,
java.lang.String value)
- Description copied from interface:
IResult
- Adds a value to a field.
used for fields with more than one value. Use setValue( ) for fields that
can only have one value.
- Specified by:
addValue in interface IResult- Overrides:
addValue in class BasicResult
appendValue
public void appendValue(java.lang.String field,
java.lang.String value)