: 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
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
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
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