Package com.couchbase.client.java.search
Class SearchMetaData
- java.lang.Object
-
- com.couchbase.client.java.search.SearchMetaData
-
public class SearchMetaData extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchMetrics
metrics()
Provides aSearchMetrics
object giving statistics on the request like number of rows, total time taken...SearchStatus
status()
TheSearchStatus
allows to check if the request was a full success (SearchStatus.isSuccess()
) and gives more details about status for each queried index.String
toString()
-
-
-
Method Detail
-
status
public SearchStatus status()
TheSearchStatus
allows to check if the request was a full success (SearchStatus.isSuccess()
) and gives more details about status for each queried index.
-
metrics
public SearchMetrics metrics()
Provides aSearchMetrics
object giving statistics on the request like number of rows, total time taken...
-
-