Uses of Class
com.couchbase.client.java.manager.search.GetAllSearchIndexesOptions
-
Uses of GetAllSearchIndexesOptions in com.couchbase.client.java.manager.search
Modifier and TypeMethodDescriptionstatic GetAllSearchIndexesOptions
GetAllSearchIndexesOptions.getAllSearchIndexesOptions()
Modifier and TypeMethodDescriptionAsyncScopeSearchIndexManager.getAllIndexes
(GetAllSearchIndexesOptions options) Fetches all indexes from the server.AsyncSearchIndexManager.getAllIndexes
(GetAllSearchIndexesOptions options) Fetches all indexes from the server.ReactiveSearchIndexManager.getAllIndexes
(GetAllSearchIndexesOptions options) Fetches all indexes from the server.ScopeSearchIndexManager.getAllIndexes
(GetAllSearchIndexesOptions options) Fetches all indexes from the server.SearchIndexManager.getAllIndexes
(GetAllSearchIndexesOptions options) Fetches all indexes from the server.