Interface SearchEngineResultMetadata

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getNumberFound()
      Total number of items matching a the current query execution.
      Long getQueryTime()
      Returns the query execution time, or put in other words, the amount of time the search engine spent for processing the request.
    • Method Detail

      • getQueryTime

        Long getQueryTime()
        Returns the query execution time, or put in other words, the amount of time the search engine spent for processing the request.
        Returns:
        the query execution time
      • getNumberFound

        long getNumberFound()
        Total number of items matching a the current query execution.
        Returns:
        the number of items in the search index that matched a query execution.