Cool, thanks for the clarification, Ryan.
-Original Message-
From: Ryan McKinley [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 10, 2007 5:28 PM
To: solr-user@lucene.apache.org
Subject: Re: quick allowDups questions
the default solrj implementation should do what you need.
>
&
the default solrj implementation should do what you need.
As for Solrj, you're probably right, but I'm not going to take any
chances for the time being. The server.add method has an optional
Boolean flag named "overwrite" that defaults to true. Without knowing
for sure what it does, I'm not goi
r the help!
-Original Message-
From: Mike Klaas [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 10, 2007 3:58 PM
To: solr-user@lucene.apache.org
Subject: Re: quick allowDups questions
On 10-Oct-07, at 1:11 PM, Charlie Jackson wrote:
> Anyway, I need to update some docs in my index
On 10-Oct-07, at 1:11 PM, Charlie Jackson wrote:
Anyway, I need to update some docs in my index because my client
program
wasn't accurately putting these docs in (values for one of the fields
was missing). I'm hoping I won't have to write additional code to go
through and delete each existing
Normally this is the type of thing I'd just scour through the online
docs or the source code for, but I'm under the gun a bit.
Anyway, I need to update some docs in my index because my client program
wasn't accurately putting these docs in (values for one of the fields
was missing). I'm hoping