Class SearchResultUtils


  • public class SearchResultUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.google.gson.JsonElement getPath​(com.google.gson.JsonObject jo, java.lang.String[] path)  
      static long getTotal​(io.searchbox.core.SearchResult result)  
      • Methods inherited from class java.lang.Object

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

      • SearchResultUtils

        public SearchResultUtils()
    • Method Detail

      • getTotal

        public static long getTotal​(io.searchbox.core.SearchResult result)
      • getPath

        public static com.google.gson.JsonElement getPath​(com.google.gson.JsonObject jo,
                                                          java.lang.String[] path)