Re: update a specific document

2009-06-19 Thread Daan de Wit
Naukri Labs! >> > http://ai-cafe.blogspot.com >> > >> > The facts expressed here belong to everybody, the opinions to me. The >> > distinction is yours to draw >> > >> > >> > On Fri, Jun 19, 2009 at 3:50 AM, João Silva >> wr

Re: update a specific document

2009-06-19 Thread João Silva
int%29> > < > http://lucene.apache.org/java/2_4_1/api/org/apache/lucene/index/IndexReader.html#deleteDocument%28int%29 > > > > > > > > > > > -- > > > Anshum Gupta > > > Naukri Labs! > > > http://ai-cafe.blogspot.com > >

Re: update a specific document

2009-06-19 Thread Anshum
9> > > > > > > -- > > Anshum Gupta > > Naukri Labs! > > http://ai-cafe.blogspot.com > > > > The facts expressed here belong to everybody, the opinions to me. The > > distinction is yours to draw > > > > >

Re: update a specific document

2009-06-19 Thread Daan de Wit
.. > > > On Fri, Jun 19, 2009 at 3:50 AM, João Silva wrote: > >> Hi, >> I want to update a specific document, >> but i didn't found updateDocument(Query) >> or updateDocument(Term[]), so to make >> a update, i will need to have a term with an >> u

Re: update a specific document

2009-06-18 Thread Anshum
eader.html#deleteDocument(int) -- Anshum Gupta Naukri Labs! http://ai-cafe.blogspot.com The facts expressed here belong to everybody, the opinions to me. The distinction is yours to draw On Fri, Jun 19, 2009 at 3:50 AM, João Silva wrote: > Hi, > I want to update a specific d

update a specific document

2009-06-18 Thread João Silva
Hi, I want to update a specific document, but i didn't found updateDocument(Query) or updateDocument(Term[]), so to make a update, i will need to have a term with an unique id, so a retrieve a u)nique document, There's any way of access the internal document id? For example, imagine t