Interface SearchHistory


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

    Modifier and Type
    Method
    Description
    Returns the keyword that was used to search.
    long
    Returns the number of results returned for the search.
    Returns the time when the search was executed.
  • Method Details

    • getKeyword

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

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

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