It's called SolrCell or the ExtractingRequestHandler (/update/extract),
which the newer post.jar knows to use for some file types:
http://wiki.apache.org/solr/ExtractingRequestHandler
-- Jack Krupansky
-----Original Message-----
From: Furkan KAMACI
Sent: Friday, April 26, 2013 4:48 AM
To: solr-user@lucene.apache.org
Subject: Solr Indexing Rich Documents
I have a large corpus of rich documents i.e. pdf and doc files. I think
that I can use directly the example jar of Solr. However for a real time
environment what should I care? Also how do you send such kind of documents
into Solr to index, I think post.jar does not handle that file type? I
should mention that I don't store documents in a database.