cosmocode / dokuwiki-plugin-elasticsearch

Integrate an external Elasticsearch engine into DokuWiki
https://www.dokuwiki.org/plugin:elasticsearch
4 stars 6 forks source link

Unable to create index #3

Closed StefanW86 closed 4 years ago

StefanW86 commented 4 years ago

Hello, i installed elastic search with the help of this tutorial on my cent os 7. https://linuxize.com/post/how-to-install-elasticsearch-on-centos-7/

After this, i downloaded your elasticsearch plugin for dokuwiki. All fine. But i dont understand, how to create the index. In your documentation you wrote, running from cli "./bin/plugin.php elasticsearch createindex" But in my linux cli i cannot run a php script. Running in my browser, my apache reported - no permissions on plugin.php and spaces within a url is strange.

So - how can i create the index to get the plugin working. Thanks

StefanW86 commented 4 years ago

ok - the plugin.php is running from linux cli. I started the 3 cli commands ./bin/plugin.php elasticsearch createindex ./bin/plugin.php elasticsearch createlangmapping ./bin/plugin.php elasticsearch index

But my search doesnt return any values...