silverstripe / fulltextsearch-extract
This package is abandoned and no longer maintained.
No replacement package was suggested.
Necessary SOLR plugins for doc and pdf extraction, to go with 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
This module contains related SOLR server plugins for extracting contents from PDF and DOC files.
Installation
$ composer require silverstripe/fulltextsearch-extract
Please provide a version constraint for the silverstripe/fulltextsearch-extract requirement: 1.0.0
./composer.json has been updated
Add this to your custom 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/" />