Re: Problem with pdf files indexing

2011-11-23 Thread Erick Erickson
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

Problem with pdf files indexing

2011-11-22 Thread Dali
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.