RE: document field indexing

2007-07-10 Thread Ard Schrijvers
Hello John, see another thread about this issue this morning. Due to index performance in combination with an inverted index it is not possible what you want. Regards Ard > > Hi > Lets say we have a single lucene document that has two text fields: > field1 and field2. > Data kept in field1

Re: document field indexing

2007-07-10 Thread Erick Erickson
No. One of the most frequent requests is update-in-place, but if you search the mail archive you'll find the reasons why it's not going to happen. Erick On 7/10/07, john smith <[EMAIL PROTECTED]> wrote: Hi Lets say we have a single lucene document that has two text fields: field1 and field2. D

document field indexing

2007-07-10 Thread john smith
Hi Lets say we have a single lucene document that has two text fields: field1 and field2. Data kept in field1 is a long string that changes rarely. It takes some time to index it. Data kept in field2 is a short string and changes often. Is it possible to update (reindex) document field2 withou