You know, what I'd do is one of two things: 1> Set up a remote debugging session for your sever and debug it. It's actually quite simple. Get the source code (see http://wiki.apache.org/solr/HowToContribute). I'll give you http://wiki.apache.org/solr/HowToContribute. The sections near the bottom will link you to setup instructions for IntelliJ and Eclipse.
2> Write a SolrJ program that parses the files and see what's happening. I suspect you're not getting the mappings from the PDF right or some such. Here's a sample program.http://searchhub.org/2012/02/14/indexing-with-solrj/. This doesn't involve Solr at all, and lets you easily step through the Tika processing. Best, Erick On Sat, Jan 11, 2014 at 12:19 PM, sweety <sweetyshind...@yahoo.com> wrote: > the logging screen does not show tika package, also i searched on net, it > requires log4j and slf4j jars, is it true?? Do i need to do the > configurations for package level log? > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/using-extract-handler-data-not-extracted-tp4110850p4110891.html > Sent from the Solr - User mailing list archive at Nabble.com.