Handling Indexed, Stored and Tokenized fields

2007-12-12 Thread ts01
Hi, We have a requirement to index as well as store multiple fields in a document, each with its own special tokenizer. The following seems to provide a way to index multiple fields each with its own tokenizer: Field(String name, Reader reader) The following seems to provide a way to Index and

Re: Conversion from Lucene 1.4.3 API to 2.2.0 API.

2007-12-07 Thread ts01
gt; > If you want to store the field change NO to YES, if you want to store > the field untokenized change TOKENIZED to UN_TOKENIZED. > > Cheers, > Matthijs > > ts01 wrote: >> Hi, >> >> With Lucene 1.4.3, we had used this constructor for Field. What is its &g

Conversion from Lucene 1.4.3 API to 2.2.0 API.

2007-12-06 Thread ts01
Hi, With Lucene 1.4.3, we had used this constructor for Field. What is its equivalent in Lucene 2.2.0? /** Constructs a String-valued Field that is tokenized and indexed, and is stored in the index, for return with hits. The tokens are generated from the reader */ public static final