Uses of Class
com.couchbase.client.java.search.SearchMeta
-
Packages that use SearchMeta Package Description com.couchbase.client.java.search.result Holds search result classes and interfaces. -
-
Uses of SearchMeta in com.couchbase.client.java.search.result
Methods in com.couchbase.client.java.search.result that return SearchMeta Modifier and Type Method Description SearchMeta
SearchResult. meta()
Any additional meta information associated with the FTS query.Methods in com.couchbase.client.java.search.result that return types with arguments of type SearchMeta Modifier and Type Method Description Mono<SearchMeta>
ReactiveSearchResult. meta()
Any additional meta information associated with the FTS query, in the form of a reactiveMono
publisher.Constructors in com.couchbase.client.java.search.result with parameters of type SearchMeta Constructor Description SearchResult(List<SearchQueryRow> rows, List<RuntimeException> errors, SearchMeta meta)
Constructor parameters in com.couchbase.client.java.search.result with type arguments of type SearchMeta Constructor Description ReactiveSearchResult(Flux<SearchQueryRow> rows, Mono<SearchMeta> meta)
-