Home
last modified time | relevance | path

Searched refs:indexName (Results 1 – 6 of 6) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
DHealth.php172 foreach ($this->_data['indices'] as $indexName => $index) {
173 $indices[$indexName] = new Index($indexName, $index);
/plugin/bibtex/OSBib/create/
DSUCCESS.php34 function text($indexName, $extra = FALSE) argument
40 $string = $arrays[$indexName];
DERRORS.php34 function text($arrayName, $indexName, $extra = FALSE) argument
40 $string = $arrays[$arrayName][$indexName];
DMESSAGES.php34 function text($arrayName, $indexName, $extra = FALSE) argument
40 $string = $arrays[$arrayName][$indexName];
/plugin/elasticsearch/action/
Dindexing.php144 $indexName = $this->getConf('indexname');
146 $index = $client->getIndex($indexName);
199 $indexName = $this->getConf('indexname');
201 $index = $client->getIndex($indexName);
/plugin/elasticsearch/vendor/ruflin/elastica/
DCHANGELOG.md739 - `Health::getIndices` returns key=>value result, where key === $indexName.
741 $cluster->getHealth()->getIndices()[$indexName]
744 $indices[$indexName]