dFile(new File("d:\\test.pdf"));
> up.setParam("literal.id", "test");
> up.setParam("extractOnly", "true");
> server.commit();
> NamedList result = server.request(up);
> System.out.println
information
about test.pdf
QueryResponse rsp = server.query( new SolrQuery( "*:*") );
System.out.println("rsp: " + rsp); // returns nothing
Any suggestion?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Problem-with-pdf-files-indexing-tp3527202p3527202.html
Sent from the Solr - User mailing list archive at Nabble.com.