com.raritantechnologies.verity
Class VerityResultSet

java.lang.Object
  extended bycom.raritantechnologies.searchApp.BasicResultSet
      extended bycom.raritantechnologies.verity.VerityResultSet
All Implemented Interfaces:
IResultSet

public class VerityResultSet
extends BasicResultSet

Extension of Raritan BasicResultSet that has additional Verity-specific properties.



Developed by Raritan Technologies .

Author:
Ted Sullivan, Glenn Robitaille

Field Summary
 
Fields inherited from class com.raritantechnologies.searchApp.BasicResultSet
attrMap, lastSorter, navigator, needsReSort, results
 
Fields inherited from interface com.raritantechnologies.searchApp.IResultSet
ELAPSEDTIME, PAGESIZE, QUERYSTRING, RESULTSETID, STARTDOC, TOTALDOCS
 
Constructor Summary
VerityResultSet()
           
 
Method Summary
 java.lang.String getHighlightQuery()
           
 java.lang.String getK2ServerSpec()
           
 java.lang.String[] getSourceNames()
           
 void setHighlightQuery(java.lang.String highlightQuery)
           
 void setK2ServerSpec(java.lang.String k2ServerSpec)
           
 void setSourceNames(java.lang.String[] sourceNames)
           
 
Methods inherited from class com.raritantechnologies.searchApp.BasicResultSet
addAttribute, addResult, getAttribute, getAttributes, getElapsedTime, getElapsedTimeMS, getEndDoc, getNavigator, getPageSize, getQueryString, getResult, getResults, getResults, getResultSetID, getStartDoc, getTotalDocs, getXML, getXML, getXML, setElapsedTimeMS, setNavigator, setPageSize, setQueryString, setResultSetID, setStartDoc, setTotalDocs, size, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VerityResultSet

public VerityResultSet()
Method Detail

setK2ServerSpec

public void setK2ServerSpec(java.lang.String k2ServerSpec)

getK2ServerSpec

public java.lang.String getK2ServerSpec()

setSourceNames

public void setSourceNames(java.lang.String[] sourceNames)

getSourceNames

public java.lang.String[] getSourceNames()

setHighlightQuery

public void setHighlightQuery(java.lang.String highlightQuery)

getHighlightQuery

public java.lang.String getHighlightQuery()