Uses of Class
com.couchbase.client.java.manager.search.AllowQueryingSearchIndexOptions
-
Packages that use AllowQueryingSearchIndexOptions Package Description com.couchbase.client.java.manager.search -
-
Uses of AllowQueryingSearchIndexOptions in com.couchbase.client.java.manager.search
Methods in com.couchbase.client.java.manager.search that return AllowQueryingSearchIndexOptions Modifier and Type Method Description static AllowQueryingSearchIndexOptionsAllowQueryingSearchIndexOptions. allowQueryingSearchIndexOptions()Methods in com.couchbase.client.java.manager.search with parameters of type AllowQueryingSearchIndexOptions Modifier and Type Method Description CompletableFuture<Void>AsyncScopeSearchIndexManager. allowQuerying(String name, AllowQueryingSearchIndexOptions options)Allows querying against an index.CompletableFuture<Void>AsyncSearchIndexManager. allowQuerying(String name, AllowQueryingSearchIndexOptions options)Allows querying against an index.Mono<Void>ReactiveSearchIndexManager. allowQuerying(String name, AllowQueryingSearchIndexOptions options)Allows querying against an index.voidScopeSearchIndexManager. allowQuerying(String name, AllowQueryingSearchIndexOptions options)Allows querying against an index.voidSearchIndexManager. allowQuerying(String name, AllowQueryingSearchIndexOptions options)Allows querying against an index.
-