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

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

Details

array getAllIndexes(string $bucketName)

No description

Parameters

string $bucketName

Return Value

array

createIndex(string $bucketName, string $indexName, array $fields, CreateQueryIndexOptions $options = null)

No description

Parameters

string $bucketName
string $indexName
array $fields
CreateQueryIndexOptions $options

createPrimaryIndex(string $bucketName, CreateQueryPrimaryIndexOptions $options = null)

No description

Parameters

string $bucketName
CreateQueryPrimaryIndexOptions $options

dropIndex(string $bucketName, string $indexName, DropQueryIndexOptions $options = null)

No description

Parameters

string $bucketName
string $indexName
DropQueryIndexOptions $options

dropPrimaryIndex(string $bucketName, DropQueryPrimaryIndexOptions $options = null)

No description

Parameters

string $bucketName
DropQueryPrimaryIndexOptions $options

watchIndexes(string $bucketName, array $indexNames, int $timeout, WatchQueryIndexesOptions $options = null)

No description

Parameters

string $bucketName
array $indexNames
int $timeout
WatchQueryIndexesOptions $options

buildDeferredIndexes(string $bucketName)

No description

Parameters

string $bucketName