RE: Change index structure

2006-08-24 Thread WATHELET Thomas
Thanks a lot. -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: 23 August 2006 14:26 To: java-user@lucene.apache.org Subject: Re: Change index structure On Aug 23, 2006, at 6:22 AM, WATHELET Thomas wrote: > If I want to add a new field for exemple into an exist

Re: Change index structure

2006-08-23 Thread Erik Hatcher
: java-user@lucene.apache.org Subject: Re: Change index structure On Aug 23, 2006, at 3:50 AM, WATHELET Thomas wrote: Is it possible to change index structure in an existing index. If yes how to proceed. Please elaborate on what you mean by "index structure". Lucene supports i

RE: Change index structure

2006-08-23 Thread WATHELET Thomas
If I want to add a new field for exemple into an existing index -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: 23 August 2006 11:57 To: java-user@lucene.apache.org Subject: Re: Change index structure On Aug 23, 2006, at 3:50 AM, WATHELET Thomas wrote: > Is

Re: Change index structure

2006-08-23 Thread Karel Tejnora
Yes it is possible. Only UNSTORED fields became UNSTORED again and You cannot change TERM in them. If you have SQL db I have neat code to doing this. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: Change index structure

2006-08-23 Thread Erik Hatcher
On Aug 23, 2006, at 3:50 AM, WATHELET Thomas wrote: Is it possible to change index structure in an existing index. If yes how to proceed. Please elaborate on what you mean by "index structure". Lucene supports incremental indexing, if that is what you mean - so you can always add/delete d