RE: File content indexing

2012-09-27 Thread Zhang, Lisheng
: solr-user@lucene.apache.org Subject: Re: File content indexing Solr Cell can already do this. See the stream.file parameter and content steam info on the wiki. Erik On Sep 18, 2012, at 19:56, "Zhang, Lisheng" wrote: > Hi, > > Sorry I just sent out an unfinished me

Re: File content indexing

2012-09-18 Thread Erik Hatcher
Solr Cell can already do this. See the stream.file parameter and content steam info on the wiki. Erik On Sep 18, 2012, at 19:56, "Zhang, Lisheng" wrote: > Hi, > > Sorry I just sent out an unfinished message! > > Reading Solr cell, we indexing a file by first upload it through HTTP to

File content indexing

2012-09-18 Thread Zhang, Lisheng
Hi, Sorry I just sent out an unfinished message! Reading Solr cell, we indexing a file by first upload it through HTTP to solr, in my experience it is rather expensive to pass a big file through HTTP. If the file is local, maybe the better way is to pass file path to solr so that solr can

File content indexing

2012-09-18 Thread Zhang, Lisheng
Hi, Reading Solr cell, we indexing a file by first upload it through HTTP to solr, in my experience it is rather expensive to pass a big file through HTTP. If the file is local, maybe the better way is to pass file path to solr so that solr can use java.io API to get file content, maybe this