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