| Package | Description |
|---|---|
| com.couchbase.client.java.search.result |
Holds search result classes and interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchRow> |
SearchResult.rows()
Returns all search hits.
|
Flux<SearchRow> |
ReactiveSearchResult.rows()
The list of FTS result rows for the FTS query, in the form of a reactive
Flux publisher. |
Copyright © 2024 Couchbase, Inc.. All rights reserved.