Home
last modified time | relevance | path

Searched refs:esInstance (Results 1 – 5 of 5) sorted by relevance

/dports/www/phpmyfaq/phpmyfaq/admin/
H A Dajax.elasticsearch.php30 $esInstance = new Elasticsearch($faqConfig); variable
41 if ($esInstance->createIndex()) {
47 if ($esInstance->dropIndex()) {
55 $bulkIndexResult = $esInstance->bulkIndex($faq->faqRecords);
H A Drecord.save.php212 $esInstance = new Elasticsearch($faqConfig); variable
214 $esInstance->delete($solutionId);
216 $esInstance->index(
H A Delasticsearch.php32 $esInstance = new ElasticsearchInstance($faqConfig); variable
H A Drecord.add.php203 $esInstance = new Elasticsearch($faqConfig); variable
204 $esInstance->index(
/dports/www/phpmyfaq/phpmyfaq/src/phpMyFAQ/
H A DFaq.php1150 $esInstance = new Elasticsearch($this->config);
1151 $esInstance->delete($solutionId);