|
| __construct (Index $index) |
|
| create ( $jobName, $idOffset, $cluster=null) |
|
| get ( $jobName) |
|
| update (\Elastica\Document $jobInfo) |
| TODO: Might be more comfortable with something that wraps the document and guarantees something sane is provided here.
|
|
| delete ( $jobName) |
|
| buildIndexProperties () |
|
|
const | METASTORE_TYPE = "sanitize" |
|
◆ buildIndexProperties()
CirrusSearch\MetaStore\MetaSaneitizeJobStore::buildIndexProperties |
( |
| ) |
|
◆ create()
CirrusSearch\MetaStore\MetaSaneitizeJobStore::create |
( |
| $jobName, |
|
|
| $idOffset, |
|
|
| $cluster = null ) |
- Parameters
-
string | $jobName | |
int | $idOffset | The starting page id of the job |
string | null | $cluster | target cluster for this job (null for all writable clusters) |
- Returns
- \Elastica\Document
◆ delete()
CirrusSearch\MetaStore\MetaSaneitizeJobStore::delete |
( |
| $jobName | ) |
|
◆ docId()
static CirrusSearch\MetaStore\MetaSaneitizeJobStore::docId |
( |
| $jobName | ) |
|
|
static |
- Parameters
-
- Returns
- string the job id
◆ get()
CirrusSearch\MetaStore\MetaSaneitizeJobStore::get |
( |
| $jobName | ) |
|
- Parameters
-
- Returns
- \Elastica\Document|null
◆ update()
CirrusSearch\MetaStore\MetaSaneitizeJobStore::update |
( |
\Elastica\Document | $jobInfo | ) |
|
TODO: Might be more comfortable with something that wraps the document and guarantees something sane is provided here.
- Parameters
-
\Elastica\Document | $jobInfo | |
The documentation for this class was generated from the following file:
- includes/MetaStore/MetaSaneitizeJobStore.php