Sure it does http://my.safaribooksonline.com/book/web-development/9781847195883/indexing-data/ch03lvl1sec03#X2ludGVybmFsX0ZsYXNoUmVhZGVyP3htbGlkPTk3ODE4NDcxOTU4ODMvNjg=
On Sat, Mar 17, 2012 at 2:55 AM, vybe3142 <vybe3...@gmail.com> wrote: > Hi, > Is there a way for SOLR / SOLRJ to index files directly bypassing HTTP > streaming. > > Use case: > * Text Files to be indexed are on file server (A) (some potentially large - > several 100 MB) > * SOLRJ client is on server (B) > * SOLR server is on server (C) running with dynamically created SOLR cores > > Looking at how ContentStreamUpdateRequest is typically used in SOLRJ, it > looks like the files would be read from A to the client on B (across the > wire) and then sent across the wire via an HTTP request (in the body) to C > to be indexed. > > Is there a more efficient way to accomplish this i.e. pass a path to the > file when making the request from B so that the SOLR server on C can read > directly from file server A ? > > Thanks > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Is-there-a-way-for-SOLR-SOLRJ-to-index-files-directly-bypassing-HTTP-streaming-tp3833419p3833419.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Sincerely yours Mikhail Khludnev Lucid Certified Apache Lucene/Solr Developer Grid Dynamics <http://www.griddynamics.com> <mkhlud...@griddynamics.com>