atg.search.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
 SearchResponse fetch(BaseSearchFormHandler pFormHandler, SearchRequest pRequest, atg.search.client.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

SearchResponse fetch(BaseSearchFormHandler pFormHandler,
                     SearchRequest pRequest,
                     atg.search.client.SearchSession pSearchSession)
                     throws atg.search.client.SearchClientException
Fetch results

Parameters:
pFormHandler - the form handler issuing the request
pRequest - the search request
pSearchSession - the search session
Returns:
the search response
Throws:
atg.search.client.SearchClientException