Interface SearchResult

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<ResultObject> getResult()
      Returns the object result collection according to the range specified inside the query of this result.
      int getStart()
      Returns the start index of the first object of the result list.
      int getTotalCount()
      Returns the total hit count of query (without range).
    • Method Detail

      • getResult

        java.util.List<ResultObject> getResult()
        Returns the object result collection according to the range specified inside the query of this result.
      • getTotalCount

        int getTotalCount()
        Returns the total hit count of query (without range).
      • getStart

        int getStart()
        Returns the start index of the first object of the result list.