HttpSolrServer allows to send multiple documents at once. But they need to be extracted/converted on the client. However, if you know you will be sending a lot of documents to Solr, you are better off to run Tika locally on the client (or as a standalone network server). A lot more performant.
I am not sure if ExtractingRequestHandler takes multipart MIME format, but that would be the thing to check if you still want to process on the server. Regards, Alex. Personal website: http://www.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the quality of nature that keeps events from happening all at once. Lately, it doesn't seem to be working. (Anonymous - via GTD book) On Tue, Mar 18, 2014 at 12:55 PM, Александр Вандышев <a-wonde...@rambler.ru> wrote: > Who knows how to index a lot of files with ExtractingRequestHandler using a > single query?