First, look at the SOLR admin page and see if there's anything in your index.
Second, examine the SOLR log files, see what comes out when you try this. You really have to provide some more details other than "it didn't work" for us to do more than guess, Reviewing this might help: http://wiki.apache.org/solr/UsingMailingLists <http://wiki.apache.org/solr/UsingMailingLists>Best Erick On Thu, Jul 15, 2010 at 5:38 AM, satya swaroop <sswaro...@gmail.com> wrote: > 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 >