Re: Revival of Dmitry's Term Vector patches

2003-12-09 Thread Otis Gospodnetic
Hello, Thanks Damian! This came inlined for me (i.e. wrapped/broken lines, etc.) It could be just my email client (Yahoo's web mail) inlining this. If anyone received this is as a real attachment, could you apply this patch? Thanks, Otis --- Damian Gajda <[EMAIL PROTECTED]> wrote: > Hello Oti

Re: Revival of Dmitry's Term Vector patches

2003-12-09 Thread Damian Gajda
Hello Otis, Here is a patch with documentation from Dmitry. I used cvs diff -uN Hope it is OK now. -- Damian Index: src/java/org/apache/lucene/document/Field.java === RCS file: /home/cvspublic/jakarta-lucene/src/java/org/apache/l

Re: Real update feature

2003-12-09 Thread none none
Leo, you implemented already the update on your side? I am intersted in it, could you please send to me? I agree with your idea. --- KorfuT - Original Message - DATE: Tue, 09 Dec 2003 12:37:04 From: Leos Literak <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: >Hi, > >I understa

Re: Real update feature

2003-12-09 Thread Scott ganyo
It is a simple matter to wrap the Lucene API to do what you are requesting. However, I don't believe it is likely that you'll see Lucene itself changed to do this. Scott On Dec 9, 2003, at 6:37 AM, Leos Literak wrote: Hi, I understand this point of view, though I would love to see one method

Re: sigram?

2003-12-09 Thread Otis Gospodnetic
Does that mean that sigram and ideogram are synonymous? (c.f. http://en.wikipedia.org/wiki/Ideogram) Thanks, Otis --- Che Dong <[EMAIL PROTECTED]> wrote: > means token Chinese/Japanese(without space for word segment in > nature) word with Charactor one by one. > > Regards > > Che, Dong > -

Re: Real update feature

2003-12-09 Thread Leos Literak
Hi, I understand this point of view, though I would love to see one method update(index,document). Implementation details (like it does delete+add in fact) is not my business. I wouldn't need to worry of synchronization and locks on IndexReader/IndexWriter and other low level details. If you once

Re: sigram?

2003-12-09 Thread Che Dong
means token Chinese/Japanese(without space for word segment in nature) word with Charactor one by one. Regards Che, Dong - Original Message - From: "Erik Hatcher" <[EMAIL PROTECTED]> To: "Lucene List" <[EMAIL PROTECTED]> Sent: Tuesday, December 09, 2003 7:11 AM Subject: sigram? > Coul