atg.search.query.formhandlers
Interface ResultsFetchingProxy

All Known Implementing Classes:
CollectionFilterFetchingProxy

public interface ResultsFetchingProxy

The interface implemented by classes that wish to customize how search results are fetched from the search server.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 Results fetch(BaseSearchFormHandler pFormHandler, ClientRequest pRequest, SearchSession pSearchSession)
          Fetch results
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

fetch

Results fetch(BaseSearchFormHandler pFormHandler,
              ClientRequest pRequest,
              SearchSession pSearchSession)
              throws atg.search.es.exception.SearchException
Fetch results

Parameters:
pFormHandler - the form handler issuing the request
pRequest - the client request
pSearchSession - the search session
Returns:
the search results
Throws:
atg.search.es.exception.SearchException