Re: indexing with pdf files problem

2010-07-13 Thread satya swaroop
hi, I installed tika and made its jar files into solr home library and also gave the path to the tika configuration file. But the error is same. the tika config file is as follows::: http://purl.org/dc/elements/1.1/ application/xml

Re: indexing with pdf files problem

2010-07-12 Thread Lance Norskog
You need to use the ExtractingRequestHandler to parse these kinds of files. solr/update only takes a fixed XML format and a custom binary format. http://wiki.apache.org/solr/ExtractingRequestHandler On Mon, Jul 12, 2010 at 3:57 AM, satya swaroop wrote: > hi all, >      i am working with solr on

indexing with pdf files problem

2010-07-12 Thread satya swaroop
hi all, i am working with solr on tomcat. the indexing is good for xml files but when i send the docs or html files or pdf's through curl i get the error as lazy error. can u telll me the way. the output is as follows when i send a pdf file i am working in ubuntu. solr home is /opt/e