Uses of Class
com.couchbase.client.java.manager.search.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 AllowQueryingSearchIndexOptions
AllowQueryingSearchIndexOptions. allowQueryingSearchIndexOptions()
Methods in com.couchbase.client.java.manager.search with parameters of type AllowQueryingSearchIndexOptions Modifier and Type Method Description 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.void
SearchIndexManager. allowQuerying(String name, AllowQueryingSearchIndexOptions options)
Allows querying against an index.