Package com.yahoo.search.dispatch
Class InvokerResult
- java.lang.Object
-
- com.yahoo.search.dispatch.InvokerResult
-
public class InvokerResult extends java.lang.Object
Wraps a Result and a flat, skinny hit list
-
-
Constructor Summary
Constructors Constructor Description InvokerResult(Query query, int expectedHits)
InvokerResult(Result result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<LeanHit>
getLeanHits()
Result
getResult()
-