com.raritantechnologies.verity.parametric
Class SortingParametricQueryProcessor

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

public class SortingParametricQueryProcessor
extends ParametricQueryProcessor

Sorts parametric results. Needs to get all documents!


Field Summary
protected  long MAX_DOC_RANGE
           
 
Fields inherited from class com.raritantechnologies.verity.parametric.ParametricQueryProcessor
documentSearcher, vPSearch
 
Constructor Summary
SortingParametricQueryProcessor()
           
 
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

SortingParametricQueryProcessor

public SortingParametricQueryProcessor()
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