文件名称:elasticsearch-indexer:使用Elasticseach为WordPress帖子编制索引并发布元数据
文件大小:50KB
文件格式:ZIP
更新时间:2024-06-05 00:40:49
PHP
Elasticsearch索引器 一个将与集成的。 除了超快速的全文本搜索外,该插件还将加快任何帖子类型的帖子列表的速度,包括产品。 该插件通过索引所有帖子和帖子元数据并将WordPress的请求从MySQL重定向到Elasticsearch来工作。 该插件要求您在服务器上安装了Elasticsearch。 WordPress资料库: : 演示版 从GitHub安装插件 从GitHub下载zip文件。 解压缩并将新目录放入wordpress中的插件目录( /wp-content/plugins/ )中。 在新目录中运行composer install 。 如果尚未安装Elasticsearch ,请安装。 确保在服务器上安装并运行了Elasticsearch (您可以通过在命令行中运行curl -XGET -i 'http://127.0.0.1:9200'进行测试)
【文件预览】:
elasticsearch-indexer-master
----views()
--------admin()
--------profiler()
----src()
--------Controller()
--------Service()
--------Hooks.php(6KB)
--------Model()
----.php_cs(2KB)
----CONTRIBUTING.md(1KB)
----config()
--------defaults.php(872B)
--------mappings.php(8KB)
--------settings.php(2KB)
----LICENSE(18KB)
----assets()
--------admin()
--------profiler()
----functions.php(636B)
----README.txt(2KB)
----README.md(3KB)
----.styleci.yml(12B)
----elasticsearch-indexer.php(1KB)
----.gitignore(42B)
----bootstrap.php(465B)
----CHANGELOG.md(2KB)
----composer.json(774B)