Module org.elasticsearch.xcore
Interface SearchStatusResponse
- All Known Implementing Classes:
AsyncStatusResponse
public interface SearchStatusResponse
An interface for status response of the stored or running async search
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns a timestamp when the search will be expired, in milliseconds since epoch.
-
Method Details
-
getExpirationTime
long getExpirationTime()Returns a timestamp when the search will be expired, in milliseconds since epoch.
-