Sample App needed

2008-09-29 Thread Dinesh Gupta
how to attach my file for help to understand my problem Regards Dinesh Gupta _ Search for videos of Bollywood, Hollywood, Mollywood and every other wood, only on Live.com http://www.live.com/?scope=video&form=MICOAL

RE: Create Indexes

2008-09-26 Thread Dinesh Gupta
Hi, Please tell me where to upload the files. Regard, Dinesh Gupta > Date: Fri, 26 Sep 2008 21:23:58 +1000 > From: [EMAIL PROTECTED] > To: solr-user@lucene.apache.org > Subject: Re: Create Indexes > > On Fri, 26 Sep 2008 16:32:05 +0530 > Dinesh Gupta <[EMAIL PROTECT

Create Indexes

2008-09-26 Thread Dinesh Gupta
Hi All, Please give me some links so that I can start from basics. I have a large database of product. 1) Product can be associated with multiple category 2) a category can be associated with multiple catalogs. 3) category & catalog association goes on a table called category-catalog

RE: NullPointerException

2008-09-26 Thread Dinesh Gupta
t is in the log is > > wrong. Look at the DateFormatTransformer in DataImportHandler which can > > format strings in your database to the correct date format needed for Solr. > > > > On Thu, Sep 25, 2008 at 7:09 PM, Dinesh Gupta <[EMAIL PROTECTED]>wrote: > > > >> Hi All

Create Indexes

2008-09-26 Thread Dinesh Gupta
Hi All, Please give me some links so that I can start from basics. I have a large database of product. 1) Product can be associated with multiple category 2) a category can be associated with multiple catalogs. 3) category & catalog association goes on a table called category-catalog

NullPointerException

2008-09-25 Thread Dinesh Gupta
Hi All, I have attached my file. I am getting exception. Please suggest me how to short-out this issue. WARNING: Error creating document : SolrInputDocumnt[{id=id(1.0)={93146}, ttl=ttl(1.0)={Majestic from Pushpams.com}, cdt=cdt(1.0)={2001-09-04 15:40:40.0}, mdt=mdt(1.0)={2008-09-23 17:47:4

RE: Lucene index

2008-09-24 Thread Dinesh Gupta
c to prepare data and putting in a map and finally writing to index. Now can I achieve this. I am able to search by using solr web admin but not able to add. Please tell me how can I attach my file to you. Thanks Regards, Dinesh Gupta > Date: Tue, 23 Sep 2008 19:36:22 +0530 > From: [EMAIL

Solr Using

2008-09-23 Thread Dinesh Gupta
Which version of tomcat required. I installed jboss4.0.2 which have tomcat5.5.9. JSP pages are not going to compile. Its giving syntax error. Please help. I can't move from jboss4.0.2. Please help. Regards, Dinesh Gupta > Date: Tue, 23 Sep 2008 19:36:22 +0530 > From: [EMAI

RE: Lucene index

2008-09-23 Thread Dinesh Gupta
Field.Store.YES,Field.Index.TOKENIZED)); //doc.add(Field.Text("clg", (String) data.get("Catalogues"))); //Product Delivery Cities doc.add(new Field("dcty",(String) data.get("DelCities"),Field.Store.YES,Field.Index.TOKENIZED));

Lucene index

2008-09-23 Thread Dinesh Gupta
Hi, Current we are using Lucene api to create index. It creates index in a directory with 3 files like xxx.cfs , deletable & segments. If I am creating Lucene indexes from Solr, these file will be created or not? Please give me example on MySQL data base instead of hsqldb Regards, Dinesh __

RE: Solr Using

2008-09-23 Thread Dinesh Gupta
new DataImportHandler - there is a very detailed page > about it on the Wiki. > > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > > - Original Message > > From: Dinesh Gupta <[EMAIL PROTECTED]> > >

Solr Using

2008-09-22 Thread Dinesh Gupta
Hi All, I am new to Solr. I am using Lucene last 2 years. We create Lucene indexes for database. Please help to migrate to Solr. How can achieve this. If any one have idea, please help. Thanks In Advance. Regards, Dinesh Gupta