Re: Index evolution

2006-05-26 Thread Chris Hostetter
: How easy is to add new fields to the documents in the index? : Suppose that today I can search for book title and decide that including the : author in the search would be a good idea. How easy is to do that with : lucene? very. whenevery you add a document, you specify what fields that docume

Re: Index evolution

2006-05-26 Thread karl wettin
On Fri, 2006-05-26 at 17:50 -0300, Leandro Saad wrote: > Hi all. I'm very new to lucene. All I have done is read some docs about how > it works, which brings to the question: > > How easy is to add new fields to the documents in the index? > Suppose that today I can search for book title and decid

Index evolution

2006-05-26 Thread Leandro Saad
Hi all. I'm very new to lucene. All I have done is read some docs about how it works, which brings to the question: How easy is to add new fields to the documents in the index? Suppose that today I can search for book title and decide that including the author in the search would be a good idea.