Hi Sergio, your either do the stuff on the caller side (which is probably a good idea since you are off-load the SOLR server) or extend the ExtractingRequestHandler
Cheers, Siegfried Goeschl On 27 May 2014, at 10:37, marotosg <marot...@gmail.com> wrote: > Hi, > > Thanks for your answer Alexandre. > I have zip files with only one document inside per zip file. These documents > are mainly pdf,xml,html. > > I tried to index "tini.txt.gz" file which is located in the trunk to be used > by extraction tests > \trunk\solr\contrib\extraction\src\test-files\extraction\tini.txt.gz > > I get the same issue only the name of the file inside "tini.txt.gz gets > indexed as content. That means ExtractRequesthandler can open the file > because it's getting the name inside but for some reason is not reading the > content. > > Any suggestions? > > Thanks > Sergio > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/ExtractingRequestHandler-indexing-zip-files-tp4138172p4138255.html > Sent from the Solr - User mailing list archive at Nabble.com.