Re: Send many files to update/extract

2014-03-18 Thread Alexandre Rafalovitch
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

Send many files to update/extract

2014-03-17 Thread Александр Вандышев
Who knows how to index a lot of files with ExtractingRequestHandler using a single query?