Skip to content

Commit c33e4f2

Browse files
committed
Ref Guide: also fix old link to PDFBox
1 parent 9b89d8e commit c33e4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solr/solr-ref-guide/src/uploading-data-with-solr-cell-using-apache-tika.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
If the documents you need to index are in a binary format, such as Word, Excel, PDFs, etc., Solr includes a request handler which uses http://tika.apache.org/[Apache Tika] to extract text for indexing to Solr.
2020

21-
Solr uses code from the Tika project to provide a framework for incorporating many different file-format parsers such as http://incubator.apache.org/pdfbox/[Apache PDFBox] and http://poi.apache.org/index.html[Apache POI] into Solr itself.
21+
Solr uses code from the Tika project to provide a framework for incorporating many different file-format parsers such as http://pdfbox.apache.org/[Apache PDFBox] and http://poi.apache.org/index.html[Apache POI] into Solr itself.
2222

2323
Working with this framework, Solr's `ExtractingRequestHandler` uses Tika internally to support uploading binary files
2424
for data extraction and indexing. Downloading Tika is not required to use Solr Cell.

0 commit comments

Comments
 (0)