Uses of Class
com.couchbase.client.java.manager.search.UpsertSearchIndexOptions
Packages that use UpsertSearchIndexOptions
-
Uses of UpsertSearchIndexOptions in com.couchbase.client.java.manager.search
Methods in com.couchbase.client.java.manager.search that return UpsertSearchIndexOptionsModifier and TypeMethodDescriptionstatic UpsertSearchIndexOptions
UpsertSearchIndexOptions.upsertSearchIndexOptions()
Methods in com.couchbase.client.java.manager.search with parameters of type UpsertSearchIndexOptionsModifier and TypeMethodDescriptionAsyncScopeSearchIndexManager.upsertIndex
(SearchIndex index, UpsertSearchIndexOptions options) Creates, or updates, an index.AsyncSearchIndexManager.upsertIndex
(SearchIndex index, UpsertSearchIndexOptions options) Creates, or updates, an index.reactor.core.publisher.Mono
<Void> ReactiveSearchIndexManager.upsertIndex
(SearchIndex index, UpsertSearchIndexOptions options) Creates, or updates, an index.void
ScopeSearchIndexManager.upsertIndex
(SearchIndex index, UpsertSearchIndexOptions options) Creates, or updates, an index.void
SearchIndexManager.upsertIndex
(SearchIndex index, UpsertSearchIndexOptions options) Creates, or updates, an index.