Using CURL to index directory

2011-10-24 Thread Jagdish Kumar
Hi I have been using curl for indexing individual files, does anyone of you knows how to index entire directory using curl ? Thanks Jagdish

RE: Using CURL to index directory

2011-10-24 Thread Jagdish Kumar
-solr Regards, On Mon, Oct 24, 2011 at 9:13 AM, Jagdish Kumar jagdish.thapar...@hotmail.com wrote: Hi I have been using curl for indexing individual files, does anyone of you knows how to index entire directory using curl ? Thanks Jagdish

RE: Solritas issue in opening files

2011-09-02 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 If your

Image results in Solr Search

2011-09-02 Thread Jagdish Kumar
Hi I am trying indexing and searching various type of files in Solr3.3.0, I am able to index image files but it fail to show these files in result of any search operation. I am not aware of how Solr works for searching images, I mean it is content based or meta data based .. I am not sure.

Solritas issue in opening files

2011-09-01 Thread Jagdish Kumar
Hi I have indexed some files from a directory and I can see them in results @ http://localhost:8080/solr/browse I have also added a field Location which displays the file Location as Link : Following changes I have done for Links stuff: 1. Added field column=fileAbsolutePath name=links/ in

RE: Solritas issue in opening files

2011-09-01 Thread Jagdish Kumar
Hi Balaji Thanks for your reply, I have tried file:///Absolute path stuff as well.. it still fails to open the file in mozilla/ IE both My files are not placed in Solr-home , can that be the issue ? please suggest. Thanks Jagdish Date: Thu, 1 Sep 2011 03:40:00 -0700 From:

MongoDB and Solr Integration

2011-08-29 Thread Jagdish Kumar
Hi I need to integrate MongoDB with Solr, can anyone please help me out with this as I m not able to find any relevant information on net. Thanks and regards Jagdish

RE: MongoDB and Solr Integration

2011-08-29 Thread Jagdish Kumar
29, 2011 at 12:38 PM, Jagdish Kumar jagdish.thapar...@hotmail.com wrote: Hi I need to integrate MongoDB with Solr, can anyone please help me out with this as I m not able to find any relevant information on net. [...] The links from http://lmgtfy.com/?q=mongodb+solr do not help

RE: MongoDB and Solr Integration

2011-08-29 Thread Jagdish Kumar
, Jagdish Kumar jagdish.thapar...@hotmail.com wrote: Hi Gora Nothing concreate I was able to get out of this query .. have you done any such stuff on ur own? [...] Hmm, maybe there is nothing ready-made in the language that you want (which is that?), but surely this thread http

RE: MongoDB and Solr Integration

2011-08-29 Thread Jagdish Kumar
, Jagdish Kumar jagdish.thapar...@hotmail.com wrote: Thanks Gora for ur reply .. I will follow these links and see if they work for me ... Thanks and regards Jagdish From: g...@mimirtech.com Date: Mon, 29 Aug 2011 13:23:19 +0530 Subject: Re: MongoDB and Solr Integration

SolrJ and DIH query

2011-08-29 Thread Jagdish Kumar
Hi All I have been using DataImportHandler and full import in Solr , now I want SorJ to index files from a directory either by using DataImportHandler or some other way. I am not sure the how to go about it : 1. Do I just need to copy solrJ and relevant jars to lib folder of Solr ? 2. Do I

Issue in indexing Zip file content with apache-solr-3.3.0

2011-08-23 Thread Jagdish Kumar
Hi All I am using apache-solr-3.3.0 with apache-solr-cell-3.3.0.jar, though I am able to index the zip files, but I get no results if I search for content present in zip file. Please suggest possible solution. Thanks and regards Jagdish

Using Solr for indexing and searching files in a directory

2011-08-17 Thread Jagdish Kumar
Hi All I have this requirement of indexing and searching files (txt, doc,pdf) on my disk using Solr Search which I have installed. I am unable to find a relevant tutorial for the same, I would be thankfull if anyone of you can actually help me out with the specific steps required. Thanks