Interface SearchHistory


  • public interface SearchHistory
    Represents the history of a search operation.
    Since:
    2.1.0
    • Method Detail

      • getKeyword

        java.lang.String getKeyword()
        Returns the keyword that was used to search.
      • getTimestamp

        java.util.Date getTimestamp()
        Returns the time when the search was executed.
      • getNumberOfResults

        long getNumberOfResults()
        Returns the number of results returned for the search.