You mean, whenever I have updated the document which is already indexed
have to be deleted first from the index database and then add that
document to my indexer.
Thanks,
Madhavi
-----Original Message-----
From: Koji Sekiguchi [mailto:koji.sekiguchi@m4.dion.ne.jp]
Sent: Tuesday, January 24, 2006 4:04 PM
To: general@lucene.apache.org
Subject: RE: updating Lucene Index
even if you use IndexModifier class,
you should delete then addDoc the document to be updated.
Thanks,
Koji
> -----Original Message-----
> From: Fredrik Andersson [mailto:fidde.andersson@gmail.com]
> Sent: Wednesday, January 25, 2006 6:58 AM
> To: general@lucene.apache.org
> Subject: Re: updating Lucene Index
>
>
> Hi,
>
> Use the IndexModifier class?
>
> On 1/24/06, Kodumuri, Madhavi <MKodumuri@cme.com> wrote:
> >
> > Hi,
> >
> > My Lucene Indexer indexes from scratch with no problem. But I would
like
> > to update the index database next time I run Indexer rather than
> > deleting the database and creating index from scratch every time I
run
> > the Indexer. Is there any Update methods?
> > Any help appreciated,
> >
> > Thanks,
> >
> > Madhavi Kodumuri
> >
> >
> >
>
|