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 reactiveFlux
publisher.List<SearchRow>
SearchResult. rows()
Returns all search hits.
-