silverstripe / fulltextsearch-extract
此包已被弃用且不再维护。没有建议的替代包。
用于文档和PDF提取的必要SOLR插件,与silverstripe/fulltextsearch配合使用
1.0.0
2013-12-16 22:02 UTC
Requires
This package is not auto-updated.
Last update: 2024-07-10 21:54:59 UTC
README
此模块包含从PDF和DOC文件中提取内容的SOLR服务器插件。
安装
$ composer require silverstripe/fulltextsearch-extract
Please provide a version constraint for the silverstripe/fulltextsearch-extract requirement: 1.0.0
./composer.json has been updated
将此内容添加到您的自定义solrconfig.xml文件中
<!-- Include solr extraction + dist Required fulltextsearch-extract module to be installed -->
<lib dir="../../vendor/silverstripe/fulltextsearch-extract/dist" regex="apache-solr-cell-\d.*\.jar" />
<lib dir="../../vendor/silverstripe/fulltextsearch-extract/contrib/extraction/lib/" />