Re: Dynamic analyzers

2010-05-26 Thread Jan Høydahl / Cominvent
You'll have a hard time supporting stemming etc with this approach. Perhaps a hybrid solution, querying across the all-languages field and a few selected Language specific fields which receive proper linguistic treatment? qf=text_all text_en^2.0 text_de^1.5 Jan Høydahl On 27. mai 2010, at 06.0

Re: Dynamic analyzers

2010-05-26 Thread Lance Norskog
If you want to OR a search across many language inputs, you can copy all of the text into an all-languages field. A pan-language search would just hit that field. On Mon, May 24, 2010 at 9:28 AM, dan sutton wrote: > Hi, > > I have a requirement to dynamically choose a fieldType to analyze text in

Dynamic analyzers

2010-05-24 Thread dan sutton
Hi, I have a requirement to dynamically choose a fieldType to analyze text in multiple languages. I will know the language (in a separate field) at index and query time. I've tried implementing this with a custom UpdateRequestProcessorFactory and custom DocumentBuilder.toDocument to change the Fi