Re: DataImportHandler on 2 tables

2011-05-02 Thread Otis Gospodnetic
t;solr-user@lucene.apache.org" > Sent: Mon, May 2, 2011 4:23:43 PM > Subject: DataImportHandler on 2 tables > > Hello all, > > I have a system where I have a dataimporthandler defined for one table in my >database. I need to also index data from another table, so therefore

RE: DataImportHandler on 2 tables

2011-05-02 Thread Greg Georges
: DataImportHandler on 2 tables ok, so It seems you should create a new index and core as you said. see here for the management : http://wiki.apache.org/solr/CoreAdmin But it seems that is a problem for you. Is it ? Ludovic. 2011/5/2 Greg Georges [via Lucene] < ml-node+2891277-472183207-383...

Re: DataImportHandler on 2 tables

2011-05-02 Thread lboutros
; No, the data has no relationship between each other, they are both > independant with no joins. I want to search separately > > Greg > > - Jouve France. -- View this message in context: http://lucene.472066.n3.nabble.com/DataImportHandler-on-2-tables-tp2891256p2891316.html S

RE: DataImportHandler on 2 tables

2011-05-02 Thread Greg Georges
No, the data has no relationship between each other, they are both independant with no joins. I want to search separately Greg -Original Message- From: lboutros [mailto:boutr...@gmail.com] Sent: 2 mai 2011 16:29 To: solr-user@lucene.apache.org Subject: Re: DataImportHandler on 2 tables

Re: DataImportHandler on 2 tables

2011-05-02 Thread lboutros
e for this? Thanks > > Greg > > > -- > If you reply to this email, your message will be added to the discussion > below: > > http://lucene.472066.n3.nabble.com/DataImportHandler-on-2-tables-tp2891256p2891256.html > To start a new topic under

DataImportHandler on 2 tables

2011-05-02 Thread Greg Georges
Hello all, I have a system where I have a dataimporthandler defined for one table in my database. I need to also index data from another table, so therefore I will need another index to search on. Does this mean I must configure another solr instance (another schema.xml file, dataimporthandler