Class SearchResponse


  • public class SearchResponse
    extends java.lang.Object
    Some leftover static methods.
    Author:
    Steinar Knutsen
    • Constructor Summary

      Constructors 
      Constructor Description
      SearchResponse()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.yahoo.container.logging.HitCounts createHitCounts​(Query query, Result result)  
      static com.yahoo.container.handler.Timing createTiming​(Query query, Result result)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SearchResponse

        public SearchResponse()
    • Method Detail

      • createTiming

        public static com.yahoo.container.handler.Timing createTiming​(Query query,
                                                                      Result result)
      • createHitCounts

        public static com.yahoo.container.logging.HitCounts createHitCounts​(Query query,
                                                                            Result result)