silverstripe / fulltextsearch-extract
Necessary SOLR plugins for doc and pdf extraction, to go with silverstripe/fulltextsearch
Installs: 1 052
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 5
Forks: 1
Open Issues: 1
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/" />