0

I'm experimenting with Solr and I've encountered this issue:

I've indexed a PDF document and when I search for ":" in the admin console, the PDF is listed. However when I search for content within the PDF I get no results.

To index the document, I used copy-and-paste code from: http://wiki.apache.org/solr/ContentStreamUpdateRequestExample

mt3
  • 2,654
  • 4
  • 26
  • 29
Krt_Malta
  • 9,265
  • 18
  • 53
  • 91

1 Answers1

2

use this command

curl "http://localhost:8983/solr/update/extract?stream.file=/home/fstl/apache-solr-3.2.0/example/exampledocs/pup.pdf&stream.contentType=application/pdf&literal.id=esc.doc&commit=true" 
kalpana
  • 21
  • 2