Re: Conversion from Lucene 1.4.3 API to 2.2.0 API.

2007-12-07 Thread ts01
Thanks for your reply. I am aware of the new API, but with the new API that you provided we lost the ability to "Store" the field as a string (the Value), but "Tokenize" it differently for Indexing, using a Reader. Matthijs Bierman wrote: > > Hi, > > I would recommend downloading the 1.9.0 rel

Re: Conversion from Lucene 1.4.3 API to 2.2.0 API.

2007-12-07 Thread Matthijs Bierman
Hi, I would recommend downloading the 1.9.0 release for porting your code. It will show you what's deprecated and the javadoc will show you the proper way to do it. What you would want with your field is: /** Constructs a String-valued Field that is tokenized and indexed, and is stored in