Re: Specifying an AnalyzerFactory in the schema

2011-01-25 Thread Renaud Delbru
Hi Chris, On 24/01/11 21:18, Chris Hostetter wrote: : I notice that in the schema, it is only possible to specify a Analyzer class, : but not a Factory class as for the other elements (Tokenizer, Fitler, etc.). : This limits the use of this feature, as it is impossible to specify parameters : fo

Re: Specifying an AnalyzerFactory in the schema

2011-01-24 Thread Chris Hostetter
: I notice that in the schema, it is only possible to specify a Analyzer class, : but not a Factory class as for the other elements (Tokenizer, Fitler, etc.). : This limits the use of this feature, as it is impossible to specify parameters : for the Analyzer. : I have looked at the IndexSchema imp

Specifying an AnalyzerFactory in the schema

2011-01-19 Thread Renaud Delbru
Hi, I notice that in the schema, it is only possible to specify a Analyzer class, but not a Factory class as for the other elements (Tokenizer, Fitler, etc.). This limits the use of this feature, as it is impossible to specify parameters for the Analyzer. I have looked at the IndexSchema imple