com.raritantechnologies.federated.fast.fast4
Class FastResultSet

java.lang.Object
  extended bycom.raritantechnologies.searchApp.BasicResultSet
      extended bycom.raritantechnologies.xml.XMLResultSet
          extended bycom.raritantechnologies.federated.FederatedResultSet
              extended bycom.raritantechnologies.federated.fast.fast4.FastResultSet
All Implemented Interfaces:
IFederatedResultSet, IResultSet

public class FastResultSet
extends FederatedResultSet

Specialized result set for Fast search results - includes Navigator support.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan and Pat Crabtree

Field Summary
 
Fields inherited from class com.raritantechnologies.federated.FederatedResultSet
COOKIES
 
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
FastResultSet()
           
 
Method Summary
 IQueryResult getFastQueryResult()
           
 INavigator getNavigator(java.lang.String name)
           
 void setFastQueryResult(IQueryResult queryResult)
           
 
Methods inherited from class com.raritantechnologies.federated.FederatedResultSet
getDOMDocument, getEndDoc, getEndDoc, getQueryString, getResult, getSourceNames, getStartDoc, getTotalDocs, getXML, getXML, setDocument, setDocument, setEndDoc, setEndDoc, setSearchSource, setStartDoc, setTotalDocs, toString
 
Methods inherited from class com.raritantechnologies.xml.XMLResultSet
addXMLResult, initialize, initialize, setCharacterEncoding, setMultiValuePaths, setNestedResultPaths, setSingleValuePaths, setWrapCData
 
Methods inherited from class com.raritantechnologies.searchApp.BasicResultSet
addAttribute, addResult, getAttribute, getAttributes, getElapsedTime, getElapsedTimeMS, getNavigator, getPageSize, getResult, getResults, getResults, getResultSetID, getStartDoc, getTotalDocs, getXML, setElapsedTimeMS, setNavigator, setPageSize, setQueryString, setResultSetID, setStartDoc, setTotalDocs, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.raritantechnologies.searchApp.IResultSet
addAttribute, addResult, getAttribute, getAttributes, getElapsedTime, getElapsedTimeMS, getNavigator, getPageSize, getResult, getResults, getResults, getResultSetID, getStartDoc, getTotalDocs, getXML, setElapsedTimeMS, setNavigator, setPageSize, setQueryString, setResultSetID, setStartDoc, setTotalDocs, size
 

Constructor Detail

FastResultSet

public FastResultSet()
Method Detail

setFastQueryResult

public void setFastQueryResult(IQueryResult queryResult)

getFastQueryResult

public IQueryResult getFastQueryResult()

getNavigator

public INavigator getNavigator(java.lang.String name)