If you build it, they will come!
On Tue, Mar 20, 2012 at 12:59 PM, vybe3142 wrote:
> I'm still puzzled that there are no readily available alternatives to using
> the Tika based ExtractingRequestHandler in the situation where the input
> data is plain UTF-8 text files that SOLR needs to injest a
: To get this to work correctly, the following server side config was needed
: (I started from a barebones solr config)
: 1. Add apache-solr-cell-3.5.0.jar to the /lib directory (or
: wherever solr can access jars) as this contains the class
: ExtractingRequestHandler
: 2. Add the appropriate han