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
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
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