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 TypeMethodDescriptionAsyncSearchIndexManager.upsertIndex
(SearchIndex index, UpsertSearchIndexOptions options) Creates, or updates, an index.ReactiveSearchIndexManager.upsertIndex
(SearchIndex index, UpsertSearchIndexOptions options) Creates, or updates, an index.void
SearchIndexManager.upsertIndex
(SearchIndex index, UpsertSearchIndexOptions options) Creates, or updates, an index.