Server IP : 103.11.96.170 / Your IP : 3.132.215.146 Web Server : Microsoft-IIS/10.0 System : Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64 User : elibrary.unsap.ac.id ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF Directory (0777) : D:/localhost/elibrary/admin/modules/system/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php /** * @author : Waris Agung Widodo * @Date : 23/12/18 21.47 * @Last Modified by : ido * @Last Modified time : 23/12/18 21.47 * * Copyright (C) 2017 Waris Agung Widodo (ido.alit@gmail.com) */ class biblio_indexer { private $db = null; private $client = null; public function __construct($dbs, Elasticsearch\Client $client) { $this->db = $dbs; $this->client = $client; } function createIndex($name = 'slims') { } function deleteIndex($name) {} function isIndexExist($name) { // if ($this->client->info()); } }