| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.search.routing.command.search.ProcessedResponse
public class ProcessedResponse
A processed response from a single partition. This is accessible through getProcessedPartitionResponses on the Response when keepingResponseData is true on the request.
QueryRequest.Response.getProcessedPartitionResponses()| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| ProcessedResponse() | |
| Method Summary | |
|---|---|
|  java.lang.String | getContentId()The content id of the partition that produced the response | 
|  int | getGroupCount()Returns the group count | 
|  java.util.List<ProcessedSearchResult> | getProcessedResults()Returns a list of process results, which might be empty, but never null | 
|  atg.search.routing.command.SearchEngineResponse | getSearchEngineResponse()Returns the original engine response | 
|  void | setContentId(java.lang.String pContentId)Sets the content id of the partition that produced the response | 
|  void | setGroupCount(int pGroupCount)Sets the group count | 
|  void | setProcessedResults(java.util.List<ProcessedSearchResult> pProcessedResults)Sets list of process results, which might be empty, but should never null | 
|  void | setSearchEngineResponse(atg.search.routing.command.SearchEngineResponse pSearchEngineResponse)Sets the original engine response | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public ProcessedResponse()
| Method Detail | 
|---|
public java.lang.String getContentId()
public void setContentId(java.lang.String pContentId)
pContentId - Sets the content id of the partition that produced the responsepublic atg.search.routing.command.SearchEngineResponse getSearchEngineResponse()
public void setSearchEngineResponse(atg.search.routing.command.SearchEngineResponse pSearchEngineResponse)
pSearchEngineResponse - the original engine responsepublic int getGroupCount()
public void setGroupCount(int pGroupCount)
pGroupCount - the group countpublic java.util.List<ProcessedSearchResult> getProcessedResults()
public void setProcessedResults(java.util.List<ProcessedSearchResult> pProcessedResults)
pProcessedResults - list of processed results| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||