\Elastica\IndexRecovery

Elastica index recovery object.

Summary

Methods
Properties
Constants
__construct()
getIndex()
getResponse()
getData()
refresh()
No public properties found
No constants found
getRecoveryData()
$_response
$_data
$_index
N/A
No private methods found
No private properties found
N/A

Properties

$_response

$_response : \Elastica\Response

Response.

Type

\Elastica\Response — Response object

$_data

$_data : array

Recovery info.

Type

array — Recovery info

$_index

$_index : \Elastica\Index

Index.

Type

\Elastica\Index — Index object

Methods

__construct()

__construct(\Elastica\Index  $index) 

Construct.

Parameters

\Elastica\Index $index

Index object

getIndex()

getIndex() : \Elastica\Index

Returns the index object.

Returns

\Elastica\Index

Index object

getResponse()

getResponse() : \Elastica\Response

Returns response object.

Returns

\Elastica\Response

Response object

getData()

getData() : array

Returns the raw recovery info.

Returns

array —

Recovery info

refresh()

refresh() : $this

Retrieve the Recovery data.

Returns

$this

getRecoveryData()

getRecoveryData() : mixed

Returns

mixed