Uses of Class
com.couchbase.client.java.search.result.SearchResult
-
Packages that use SearchResult Package Description com.couchbase.client.java Holds all classes that are needed for the Couchbase Java SDK.com.couchbase.client.java.search Namespace for various search-service related classes. -
-
Uses of SearchResult in com.couchbase.client.java
Methods in com.couchbase.client.java that return SearchResult Modifier and Type Method Description SearchResult
Cluster. searchQuery(String indexName, SearchQuery query)
Performs a Full Text Search (FTS) query with defaultSearchOptions
.SearchResult
Cluster. searchQuery(String indexName, SearchQuery query, SearchOptions options)
Performs a Full Text Search (FTS) query with customSearchOptions
.Methods in com.couchbase.client.java that return types with arguments of type SearchResult Modifier and Type Method Description CompletableFuture<SearchResult>
AsyncCluster. searchQuery(String indexName, SearchQuery query)
Performs a Full Text Search (FTS) query with defaultSearchOptions
.CompletableFuture<SearchResult>
AsyncCluster. searchQuery(String indexName, SearchQuery query, SearchOptions options)
Performs a Full Text Search (FTS) query with customSearchOptions
. -
Uses of SearchResult in com.couchbase.client.java.search
Methods in com.couchbase.client.java.search that return types with arguments of type SearchResult Modifier and Type Method Description static CompletableFuture<SearchResult>
SearchAccessor. searchQueryAsync(Core core, SearchRequest request, JsonSerializer serializer)
-