Uses of Class
com.couchbase.client.java.search.result.SearchQueryRow
-
Packages that use SearchQueryRow Package Description com.couchbase.client.java.search.result -
-
Uses of SearchQueryRow in com.couchbase.client.java.search.result
Methods in com.couchbase.client.java.search.result that return SearchQueryRow Modifier and Type Method Description static SearchQueryRow
SearchQueryRow. fromResponse(SearchChunkRow row)
Methods in com.couchbase.client.java.search.result that return types with arguments of type SearchQueryRow Modifier and Type Method Description Flux<SearchQueryRow>
ReactiveSearchResult. rows()
The list of FTS result rows for the FTS query, in the form of a reactiveFlux
publisher.List<SearchQueryRow>
SearchResult. rows()
The list of FTS result rows for the FTS query.List<SearchQueryRow>
SearchResult. rowsOrFail()
The list of FTS result rows for the FTS query.Constructor parameters in com.couchbase.client.java.search.result with type arguments of type SearchQueryRow Constructor Description ReactiveSearchResult(Flux<SearchQueryRow> rows, Mono<SearchMeta> meta)
SearchResult(List<SearchQueryRow> rows, List<RuntimeException> errors, SearchMeta meta)
-