Package com.yahoo.search.dispatch
Class FillInvoker
java.lang.Object
com.yahoo.search.dispatch.CloseableInvoker
com.yahoo.search.dispatch.FillInvoker
- All Implemented Interfaces:
Closeable,AutoCloseable
- Direct Known Subclasses:
RpcProtobufFillInvoker
FillInvoker encapsulates an allocated connection for running a document summary retrieval.
The invocation object can be stateful and should not be reused.
- Author:
- ollivir
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidRetrieves document summaries for the unfilled hits in the givenResultprotected abstract voidgetFillResults(Result result, String summaryClass) protected abstract voidsendFillRequest(Result result, String summaryClass) Methods inherited from class com.yahoo.search.dispatch.CloseableInvoker
close, release, setFinalStatus, teardown
-
Constructor Details
-
FillInvoker
public FillInvoker()
-
-
Method Details
-
fill
Retrieves document summaries for the unfilled hits in the givenResult -
getFillResults
-
sendFillRequest
-