r-user@lucene.apache.org
> Sent: Monday, May 4, 2009 1:03:04 PM
> Subject: Re: Update an existing Solr Index
>
> I believe you do have to re-index the entire document. From what I have
> read, this is a Lucene limitation not a Solr one. I have run into this
> problem too and it's a p
I believe you do have to re-index the entire document. From what I have
read, this is a Lucene limitation not a Solr one. I have run into this
problem too and it's a pain to deal with. If you have data relevant for
ranking but not searching, then consider storing it elsewhere and write a
custom fun
As I know when you resend another index request with some old ID, old field
but new content, the old one gets overwritten by the new one.
@solr-users, Views???
--Ahmed
On Mon, May 4, 2009 at 5:26 PM, appleman1982 wrote:
>
> Hi All,
> I have a requirement wherein i want to update an existing ind