Updating a Document without re-analyzing

2005-09-08 Thread Paul Libbrecht
Hi, some times ago I posted a comment which asking this question (which is by no means new) about updating a Lucene document without re-analyzing, that is, where we expect the token-streams to be copied into the new document and where I intend to change only a few keyword values. I cannot f

Re: Updating a Document without re-analyzing

2005-09-08 Thread Paul . Illingworth
Hello Paul, I came across this yesterday. http://mail-archives.apache.org/mod_mbox/lucene-java-dev/200504.mbox/[EMAIL PROTECTED] My understanding is that by splitting your fields into two indexes and putting your keyword fields into one and your complicated stuff into the other then you ca

Re: Updating a Document without re-analyzing

2005-09-08 Thread Paul Libbrecht
That could be, indeed, a good way for today. I'm still dreaming to find a ((DocumentOfSomeSort) document).getTokenStream(fieldName) for stored and non-stored fields! paul Le 8 sept. 05, à 11:56, [EMAIL PROTECTED] a écrit : My understanding is that by splitting your fields into two indexes