Home
last modified time | relevance | path

Searched +full:indexname +(+path:plugin +path:elasticsearch) -(+path:plugin +path:elasticsearch +path:lang) (Results 1 – 8 of 8) sorted by relevance

/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);
H A Dsearch.php89 $index = $client->getIndex($this->getConf('indexname'));
/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/conf/
H A Ddefault.php11 $conf['indexname'] = 'wiki';
H A Dmetadata.php11 $meta['indexname'] = array('string');
/plugin/elasticsearch/
H A Dcli.php50 'Create index named "'.$this->hlp->getConf('indexname').'" and all required field mappings.'
/plugin/elasticsearch/helper/
H A Dclient.php94 $index = $client->getIndex($this->getConf('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]