JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
com.couchbase.client.java.search.result.SearchRow
Packages that use
SearchRow
Package
Description
com.couchbase.client.java.search.result
Holds search result classes and interfaces.
Uses of
SearchRow
in
com.couchbase.client.java.search.result
Methods in
com.couchbase.client.java.search.result
that return types with arguments of type
SearchRow
Modifier and Type
Method
Description
Flux
<
SearchRow
>
ReactiveSearchResult.
rows
()
The list of FTS result rows for the FTS query, in the form of a reactive
Flux
publisher.
List
<
SearchRow
>
SearchResult.
rows
()
Returns all search hits.