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 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.apac

Data Import ID Problem

2009-07-14 Thread Chris Masters
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 get round this I concatenate the type like this:             When searching it seems the CONCATted string is turned i

Multi-index Design

2009-05-05 Thread Chris Masters
Hi All, I'm [still!] evaluating Solr and setting up a PoC. The requirements are to index the following objects:  - people - name, status, date added, address, profile, other people specific fields like group...  - organisations - name, status, date added, address, profile, other organisationa

Re: Evaluating Solr

2009-04-11 Thread Chris Masters
Sent: Saturday, April 11, 2009 7:13:11 PM Subject: Re: Evaluating Solr On Sat, Apr 11, 2009 at 7:26 PM, Chris Masters wrote: > > I'm evaluating Solr to provide a single fast and effective searching > solution for a range of web applications (Java, .Net & PHP). That's good news

Evaluating Solr

2009-04-11 Thread Chris Masters
Hi All, I'm evaluating Solr to provide a single fast and effective searching solution for a range of web applications (Java, .Net & PHP). So a couple questions: 1) Can we configure Solr to auto reindex/import if we point it to a datasource? I've done some searching on this and have only come u