Re: Handling Indexed, Stored and Tokenized fields

2007-12-12 Thread Doron Cohen
Seems that PerFieldAnalyzerWrapper would be convenient here? Doron On Dec 12, 2007 10:41 PM, ts01 <[EMAIL PROTECTED]> wrote: > > 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

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