Hello *, I've got a problem indexing and searching PDF-Files.
It seems like Solr doenst index the name of the file. In returning i only get <result name="response" numFound="1" start="0"><doc><str name="author">A28240</str><arr name="content_type"><str>application/pdf</str></arr><str name="id">doc5</str><date name="last_modified">2012-09-17T01:45:39Z</date></doc></result> He founds the right document, but no content or title is displayed in the XML-Response. Where do i config that? I index my documents (right now) via curl e.g.: curl "http://localhost:8983/solr/update/extract?literal.id=doc7&commit=true" -F "myfile=@xyz.pdf" Where is my mistake? Greeting Alex