Method |
Description |
|
__construct ( Client $client ) |
|
|
__toString ( ) : string |
|
|
addAction ( Action $action ) |
|
|
addActions ( array $actions ) |
|
|
addData ( Elastica\Script\AbstractScript | Document | array $data, string $opType = null ) |
|
|
addDocument ( Document $document, string $opType = null ) |
|
|
addDocuments ( array $documents, string $opType = null ) |
|
|
addRawData ( array $data ) |
|
|
addScript ( Elastica\Script\AbstractScript $script, string $opType = null ) |
|
|
addScripts ( array $scripts, string $opType = null ) |
|
|
getActions ( ) : Action[] |
|
|
getIndex ( ) : string | null |
|
|
getPath ( ) : string |
|
|
getType ( ) : string | null |
|
|
hasIndex ( ) : boolean |
|
|
hasType ( ) : boolean |
|
|
send ( ) : ResponseSet |
|
|
setIndex ( string | Index $index ) |
|
|
setRequestParam ( string $name, string $value ) |
Set a url parameter on the request bulk request. |
|
setShardTimeout ( string $time ) |
Set the amount of time that the request will wait the shards to come on line. |
|
setType ( string | Type $type ) |
|
|
toArray ( ) : array |
|
|
toString ( ) : string |
|
|