Questions: What does your Solr admin page say? Did you commit after you indexed the doc? What is your evidence that a search fails?
You might review: http://wiki.apache.org/solr/UsingMailingLists Best Erick On Wed, Jun 12, 2013 at 5:16 AM, sodoo <first...@yahoo.com> wrote: > Hi all, > > I am beginner and i try to index pdf, docx, txt files. > How I can I index these format files? > > I have installed solr server in /opt/solr > Also I have created "documents" directory. Then I copied index files in > /opt/solr/documents. > > I tried to index below command. Originally almost indexed. I looked the log > file. Doc index log has written. But unfortunately searched text not found. > > curl > "http://localhost:8983/solr/update/extract?stream.file=/opt/solr/document/Web_Hosting_Instruction.pdf&literal.id=doc1" > > Please advice & assist me. > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/document-indexing-tp3241832p4069871.html > Sent from the Solr - User mailing list archive at Nabble.com.