RE: Solritas issue in opening files

2011-09-23 Thread jagdish2011
Erik I tried your solution.. but it still not open the files in solr results, I am pasting my files.. take a look is somthing can be corrected : data-config.xml:

RE: Solritas issue in opening files

2011-09-01 Thread Jagdish Kumar
Thanks Erik for ur inputs .. I will try them out and see if I get any further on this. Thanks Jagdish > Date: Thu, 1 Sep 2011 06:28:34 -0700 > From: ml-node+3301258-983586473-392...@n3.nabble.com > To: solr-user@lucene.apache.org > Subject: Re: Solritas issue in opening files &

Re: Solritas issue in opening files

2011-09-01 Thread Erik Hatcher
hanks > Jagdish > > >> Date: Thu, 1 Sep 2011 03:40:00 -0700 >> From: ml-node+3300872-1705263717-392...@n3.nabble.com >> To: solr-user@lucene.apache.org >> Subject: Re: Solritas issue in opening files >> >> Hi >> >> To open files from

RE: Solritas issue in opening files

2011-09-01 Thread Jagdish Kumar
l-node+3300872-1705263717-392...@n3.nabble.com > To: solr-user@lucene.apache.org > Subject: Re: Solritas issue in opening files > > Hi > > To open files from local system use file protocol . (file:/// absolute path>) > > If you are running the application in jboss inst

Re: Solritas issue in opening files

2011-09-01 Thread Balaji N.S. [via Lucene]
Hi To open files from local system use file protocol . (file:///) If you are running the application in jboss instead of jetty you can deploy the input files as a separate war which is exploded and then avoid using file protocol. File protocol is erroneous. It is not supported by reputed browser

Re: Solritas issue in opening files

2011-09-01 Thread Balaji N.S. [via Lucene]
Hi To open files from local system use file protocol . (file:///) If you are running the application in jboss instead of jetty you can deploy the input files as a separate war which is exploded and then avoid using file protocol. File protocol is erroneous. It is not supported by reputed browse