Package | Description |
---|---|
com.couchbase.client.java.search.result |
Holds search result classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
static SearchRow |
SearchRow.fromResponse(SearchChunkRow row,
JsonSerializer serializer) |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
ReactiveSearchResult(Flux<SearchRow> rows,
Mono<Map<String,SearchFacetResult>> facets,
Mono<SearchMetaData> meta) |
SearchResult(List<SearchRow> rows,
Map<String,SearchFacetResult> facets,
SearchMetaData meta)
Creates a new SearchResult.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.