Is it possible to index rich document (pdf, office)... with data import handler using solr cell.
I use solr 3.2.
Thanks.
|
Is it possible to index rich document (pdf, office)... with data import handler using solr cell. I use solr 3.2. Thanks.
| ||||
|
feedback
|
|
Solr Cell, aka ExtractingRequestHandler, uses Apache Tika behind the scenes, and the latter can easily be integrated into a DataImportHandler:
This functionality was implemented in SOLR-1358. | |||||||
feedback
|