Class IterativeMergeStrategy.CallBack
java.lang.Object
org.apache.solr.handler.component.IterativeMergeStrategy.CallBack
- All Implemented Interfaces:
Callable<IterativeMergeStrategy.CallBack>
- Enclosing class:
IterativeMergeStrategy
public class IterativeMergeStrategy.CallBack
extends Object
implements Callable<IterativeMergeStrategy.CallBack>
-
Constructor Summary
ConstructorsConstructorDescriptionCallBack(ShardResponse originalShardResponse, org.apache.solr.client.solrj.request.QueryRequest req) -
Method Summary
-
Constructor Details
-
CallBack
public CallBack(ShardResponse originalShardResponse, org.apache.solr.client.solrj.request.QueryRequest req)
-
-
Method Details
-
getResponse
public org.apache.solr.client.solrj.response.QueryResponse getResponse() -
getOriginalShardResponse
-
call
- Specified by:
callin interfaceCallable<IterativeMergeStrategy.CallBack>- Throws:
Exception
-