QueryIndexManager
class QueryIndexManager (View source)
Methods
array
getAllIndexes(string $bucketName)
No description
createIndex(string $bucketName, string $indexName, array $fields, CreateQueryIndexOptions $options = null)
No description
createPrimaryIndex(string $bucketName, CreateQueryPrimaryIndexOptions $options = null)
No description
dropIndex(string $bucketName, string $indexName, DropQueryIndexOptions $options = null)
No description
watchIndexes(string $bucketName, array $indexNames, int $timeout, WatchQueryIndexesOptions $options = null)
No description
buildDeferredIndexes(string $bucketName)
No description
Details
array
getAllIndexes(string $bucketName)
No description
createIndex(string $bucketName, string $indexName, array $fields, CreateQueryIndexOptions $options = null)
No description
createPrimaryIndex(string $bucketName, CreateQueryPrimaryIndexOptions $options = null)
No description
dropIndex(string $bucketName, string $indexName, DropQueryIndexOptions $options = null)
No description
dropPrimaryIndex(string $bucketName, DropQueryPrimaryIndexOptions $options = null)
No description
watchIndexes(string $bucketName, array $indexNames, int $timeout, WatchQueryIndexesOptions $options = null)
No description
buildDeferredIndexes(string $bucketName)
No description