Class FillInvoker

java.lang.Object
com.yahoo.search.dispatch.CloseableInvoker
com.yahoo.search.dispatch.FillInvoker
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
RpcProtobufFillInvoker

public abstract class FillInvoker extends CloseableInvoker
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 Details

    • FillInvoker

      public FillInvoker()
  • Method Details

    • fill

      public void fill(Result result, String summaryClass)
      Retrieves document summaries for the unfilled hits in the given Result
    • getFillResults

      protected abstract void getFillResults(Result result, String summaryClass)
    • sendFillRequest

      protected abstract void sendFillRequest(Result result, String summaryClass)