Re: Data Import ID Problem

2009-07-14 Thread Chris Masters
;Noble Paul'! - Original Message From: Noble Paul നോബിള്‍ नोब्ळ् To: solr-user@lucene.apache.org Sent: Tuesday, July 14, 2009 3:53:44 PM Subject: Re: Data Import ID Problem DIH is getting the field as it as a byte[] ? which db and which driver are you using? On Tue, Jul 14, 2009 at 4:46 PM, Chr

Re: Data Import ID Problem

2009-07-14 Thread Noble Paul നോബിള്‍ नोब्ळ्
DIH is getting the field as it as a byte[] ? which db and which driver are you using? On Tue, Jul 14, 2009 at 4:46 PM, Chris Masters wrote: > > Hi All, > > I have a problem when importing data using the data import handler. I import > documents from multiple tables so table.id is not unique - to

Re: Data Import ID Problem

2009-07-14 Thread Chris Masters
Sorry - The solrJ snippet shoud read: SolrInputDocument doc = doc.addField( doc.addField( newSolrInputDocument();"id", myThing.getId() + TCSearch.SEARCH_TYPE_THING);"dbid", myThing.getId()); - Original Message From: Chris Masters To: solr-user@lucene.apache.org Sent: Tuesday, Jul