Class InvokerResult

java.lang.Object
com.yahoo.search.dispatch.InvokerResult

public class InvokerResult extends Object
Wraps a Result and a flat, skinny hit list
Author:
baldersheim
  • Constructor Details

    • InvokerResult

      public InvokerResult(Result result)
    • InvokerResult

      public InvokerResult(Query query, int expectedHits)
  • Method Details

    • getResult

      public Result getResult()
    • getLeanHits

      public List<LeanHit> getLeanHits()