0
我與Solr的試驗,我已經遇到過這個問題:索引/搜索PDF內容使用Solr
我索引PDF文檔,當我搜索「:」在管理控制檯中,PDF已列出。但是,當我在PDF中搜索內容時,我得不到任何結果。
索引文件,我用複製和粘貼代碼:http://wiki.apache.org/solr/ContentStreamUpdateRequestExample
我與Solr的試驗,我已經遇到過這個問題:索引/搜索PDF內容使用Solr
我索引PDF文檔,當我搜索「:」在管理控制檯中,PDF已列出。但是,當我在PDF中搜索內容時,我得不到任何結果。
索引文件,我用複製和粘貼代碼:http://wiki.apache.org/solr/ContentStreamUpdateRequestExample
使用此命令
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"