HandlesIndex
Table of Contents
Properties
-
$index
: Indexes
Methods
-
createIndex()
: Task
-
deleteIndex()
: Task
-
getIndex()
: Indexes
-
getIndexes()
: IndexesResults
-
getRawIndex()
: array<string|int, mixed>
-
index()
: Indexes
-
updateIndex()
: Task
createIndex()
public
createIndex(non-empty-string $uid[, array<string|int, mixed> $options = [] ]) : Task
Parameters
-
$uid
: non-empty-string
-
-
$options
: array<string|int, mixed>
= []
-
deleteIndex()
public
deleteIndex(non-empty-string $uid) : Task
Parameters
-
$uid
: non-empty-string
-
getIndex()
public
getIndex(non-empty-string $uid) : Indexes
Parameters
-
$uid
: non-empty-string
-
getIndexes()
public
getIndexes([IndexesQuery|null $options = null ]) : IndexesResults
Parameters
-
$options
: IndexesQuery|null
= null
-
getRawIndex()
public
getRawIndex(non-empty-string $uid) : array<string|int, mixed>
Parameters
-
$uid
: non-empty-string
-
Return values
array<string|int, mixed>
index()
public
index(non-empty-string $uid) : Indexes
Parameters
-
$uid
: non-empty-string
-
updateIndex()
public
updateIndex(non-empty-string $uid[, array<string|int, mixed> $options = [] ]) : Task
Parameters
-
$uid
: non-empty-string
-
-
$options
: array<string|int, mixed>
= []
-