com.raritantechnologies.verity.parametric
Class OrderingParametricQueryProcessor

java.lang.Object
  extended bycom.raritantechnologies.verity.parametric.ParametricQueryProcessor
      extended bycom.raritantechnologies.verity.parametric.OrderingParametricQueryProcessor
All Implemented Interfaces:
IQueryProcessor

public class OrderingParametricQueryProcessor
extends ParametricQueryProcessor

Orders parametric results. Needs to get all documents!


Developed by Raritan Technologies .

Author:
Ted Sullivan

Field Summary
protected  long MAX_DOC_RANGE
           
 
Fields inherited from class com.raritantechnologies.verity.parametric.ParametricQueryProcessor
documentSearcher, vPSearch
 
Constructor Summary
OrderingParametricQueryProcessor()
           
 
Method Summary
protected  ParametricResultSet getParametricResults(java.lang.Integer queryID, ParametricResult paraResult, int startRec, int pageSize, ParametricSearchSource pss, OrderedMap inputParameters)
           
 
Methods inherited from class com.raritantechnologies.verity.parametric.ParametricQueryProcessor
dumpPI, executeQuery, getCookedQuery, getCookedQueryParam, getEnumView, getKTreeView, getQueryCooker, getSimpleQueryParam, initialize, initializeSecurity, setCookQuery, setQueryCooker, setSimpleQueryParam
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_DOC_RANGE

protected long MAX_DOC_RANGE
Constructor Detail

OrderingParametricQueryProcessor

public OrderingParametricQueryProcessor()
Method Detail

getParametricResults

protected ParametricResultSet getParametricResults(java.lang.Integer queryID,
                                                   ParametricResult paraResult,
                                                   int startRec,
                                                   int pageSize,
                                                   ParametricSearchSource pss,
                                                   OrderedMap inputParameters)
                                            throws java.lang.Exception
Overrides:
getParametricResults in class ParametricQueryProcessor
Throws:
java.lang.Exception