;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
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
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