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