|
const | METASTORE_TYPE = 'version' |
|
◆ buildDocument()
static CirrusSearch\MetaStore\MetaVersionStore::buildDocument |
( |
Connection | $connection, |
|
|
| $baseName, |
|
|
| $typeName ) |
|
static |
Create version data for index type.
- Parameters
-
Connection | $connection | |
string | $baseName | |
string | $typeName | |
- Returns
- \Elastica\Document
◆ buildIndexProperties()
CirrusSearch\MetaStore\MetaVersionStore::buildIndexProperties |
( |
| ) |
|
◆ docId()
static CirrusSearch\MetaStore\MetaVersionStore::docId |
( |
Connection | $connection, |
|
|
| $baseName, |
|
|
| $typeName ) |
|
static |
- Parameters
-
Connection | $connection | |
string | $baseName | |
string | $typeName | |
- Returns
- string
◆ find()
CirrusSearch\MetaStore\MetaVersionStore::find |
( |
| $baseName, |
|
|
| $typeName ) |
- Parameters
-
string | $baseName | |
string | $typeName | |
- Returns
- \Elastica\Document
◆ findAll()
CirrusSearch\MetaStore\MetaVersionStore::findAll |
( |
| $baseName = null | ) |
|
- Parameters
-
string | null | $baseName | Base index name to find, or all to return all indices for all wikis. |
- Returns
- \Elastica\ResultSet
◆ update()
CirrusSearch\MetaStore\MetaVersionStore::update |
( |
| $baseName, |
|
|
| $typeName ) |
- Parameters
-
string | $baseName | |
string | $typeName | |
◆ updateAll()
CirrusSearch\MetaStore\MetaVersionStore::updateAll |
( |
| $baseName | ) |
|
The documentation for this class was generated from the following file:
- includes/MetaStore/MetaVersionStore.php