Package org.codelibs.fess.chat
Class ChatClient.ChatSearchResult
java.lang.Object
org.codelibs.fess.chat.ChatClient.ChatSearchResult
- Enclosing class:
ChatClient
Result of a search operation, including queryId and requestedTime.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the search result documents.Gets the query ID.longGets the requested time.
-
Constructor Details
-
ChatSearchResult
Creates a new chat search result.- Parameters:
documents- the search result documentsqueryId- the query IDrequestedTime- the requested time
-
-
Method Details
-
getDocuments
Gets the search result documents.- Returns:
- the list of documents
-
getQueryId
Gets the query ID.- Returns:
- the query ID
-
getRequestedTime
public long getRequestedTime()Gets the requested time.- Returns:
- the requested time
-