Do you mean to tell me that the people on this list that are indexing 100s of millions of documents are doing this over http? I have been using custom Lucene code to index files, as I thought this would be faster for many documents and I wanted some non-standard OCR and index fields. Is there a better way?
To the OP: You can also use Lucene to locally index files for Solr. -----Original Message----- From: Erik Hatcher [mailto:erik.hatc...@gmail.com] Sent: Thursday, April 03, 2014 8:47 AM To: solr-user@lucene.apache.org Cc: Solr User Subject: Re: Solr interface Yes. But why? DataImportHandler kinda does this (still use http to kick off an indexing job). And there's EmbeddedSolrServer too. Erik > On Apr 3, 2014, at 8:39, Александр Вандышев <a-wonde...@rambler.ru> wrote: > > Is it possible to index files not via HTTP interface?