Class FillInvoker

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable
    Direct Known Subclasses:
    RpcFillInvoker, 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 Detail

      • FillInvoker

        public FillInvoker()
    • Method Detail

      • fill

        public void fill​(Result result,
                         java.lang.String summaryClass)
        Retrieve document summaries for the unfilled hits in the given Result
      • getFillResults

        protected abstract void getFillResults​(Result result,
                                               java.lang.String summaryClass)
      • sendFillRequest

        protected abstract void sendFillRequest​(Result result,
                                                java.lang.String summaryClass)