com.raritantechnologies.verity
Class VerityResult

java.lang.Object
  extended bycom.raritantechnologies.searchApp.BasicResult
      extended bycom.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

Field Summary
 
Fields inherited from class com.raritantechnologies.searchApp.BasicResult
fieldValues
 
Constructor Summary
VerityResult()
           
 
Method Summary
 void addValue(java.lang.String field, java.lang.String value)
          Adds a value to a field.
 void appendValue(java.lang.String field, java.lang.String value)
           
 java.lang.String[] getCollections()
           
 java.lang.String getK2DocKey()
           
 java.lang.String getScore()
           
 void setCollections(java.lang.String[] collections)
           
 void setK2DocKey(java.lang.String k2DocKey)
           
 void setScore(java.lang.String score)
           
 
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
 

Constructor Detail

VerityResult

public VerityResult()
Method Detail

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)