Class SearchResult
java.lang.Object
com.couchbase.client.java.search.result.SearchResult
The result of an search query, including hits and associated metadata.
- Since:
- 3.0
-
Constructor Summary
ConstructorDescriptionSearchResult
(CoreSearchResult internal, JsonSerializer serializer) Creates a new SearchResult. -
Method Summary
Modifier and TypeMethodDescriptionfacets()
Returns the facets if present in this query.metaData()
Returns theSearchMetaData
giving access to the additional metadata associated with this search query.rows()
Returns all search hits.toString()
-
Constructor Details
-
SearchResult
Creates a new SearchResult.
-
-
Method Details
-
metaData
Returns theSearchMetaData
giving access to the additional metadata associated with this search query. -
rows
Returns all search hits. -
facets
Returns the facets if present in this query. -
toString
-