Class ChatClient.ChatSearchResult

java.lang.Object
org.codelibs.fess.chat.ChatClient.ChatSearchResult
Enclosing class:
ChatClient

protected static class ChatClient.ChatSearchResult extends Object
Result of a search operation, including queryId and requestedTime.
  • Constructor Details

    • ChatSearchResult

      public ChatSearchResult(List<Map<String,Object>> documents, String queryId, long requestedTime)
      Creates a new chat search result.
      Parameters:
      documents - the search result documents
      queryId - the query ID
      requestedTime - the requested time
  • Method Details

    • getDocuments

      public List<Map<String,Object>> getDocuments()
      Gets the search result documents.
      Returns:
      the list of documents
    • getQueryId

      public String getQueryId()
      Gets the query ID.
      Returns:
      the query ID
    • getRequestedTime

      public long getRequestedTime()
      Gets the requested time.
      Returns:
      the requested time