文件名称:pimcore-plugin-SphinxSearch:Pimcore 的插件,用于集成开源搜索服务器 Sphinx
文件大小:53KB
文件格式:ZIP
更新时间:2024-07-08 10:15:31
PHP
SphinxSearch 插件 该插件旨在将与 Pimcore 连接起来。 它向对象类定义输入字段添加了新的配置设置以启用索引和设置权重,向文档输入字段定义添加一个权重属性,并提供一个通用设置面板来配置搜索守护程序并手动运行索引器。 它还提供了查询索引的类和方法。 获取插件 你可以在 github 上找到这个插件: : 安装 下载插件并将其复制到 plugins/SphinxSearch,例如 cd plugins git clone https://github.com/ThomasKeil/pimcore-plugin-SphinxSearch.git SphinxSearch 为了使索引正常工作,您需要运行 searchd,这可以在插件的设置中完成。 如果这对您不起作用,请以网络服务器的用户身份在命令行上执行此操作,例如 su www-data - -c "s
【文件预览】:
pimcore-plugin-SphinxSearch-master
----cli()
--------index_documents.php(4KB)
--------run_indexer.php(966B)
----models()
--------SphinxSearch()
----static()
--------js()
--------css()
--------img()
----plugin.xml(2KB)
----texts()
--------de.csv(2KB)
--------en.csv(2KB)
----README.md(2KB)
----lib()
--------SphinxSearch.php(5KB)
--------SphinxSearch()
--------sphinxapi.php(46KB)
----files()
--------config.xml(691B)
--------classes.xml(120B)
----controllers()
--------ClassController.php(4KB)
--------AdminController.php(1KB)
--------SettingsController.php(3KB)
--------DocumentController.php(3KB)