silverstripe/fulltextsearch-extract

Necessary SOLR plugins for doc and pdf extraction, to go with silverstripe/fulltextsearch

1.0.0 2013-12-16 22:02 UTC

This package is not auto-updated.

Last update: 2024-04-22 22:49:15 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/" />