Hi, did u send a <commit/> at some time after adding documents? The added docs are "pending" to be added to the index until u finally commit then. You can see your pending added documents count in the statistics page in the admin panel
cheers -----Ursprüngliche Nachricht----- Von: satya swaroop [mailto:sswaro...@gmail.com] Gesendet: Donnerstag, 15. Juli 2010 11:38 An: solr-user@lucene.apache.org Betreff: problem with storing?? Hi all, i am new to solr and i followed d wiki and got everything going right. But when i send any html/txt/pdf documents the response is as follows::: <?xml version="1.0" encoding="UTF-8"?> <response> <lst name="responseHeader"><int name="status">0</int><int name="QTime">576</int></lst> </response> but when i search in the solr i dont find the result.... can any one tell me what to be done..?? The curl i used for the above o/p is curl ' http://localhost:8080/solr/update/extract?literal.id=doc1000&commit=true&fmap.content=text' -F "myfi...@java.pdf" regards, satya