Home
last modified time | relevance | path

Searched refs:indexName (Results 1 – 6 of 6) sorted by last modified time

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