Tokenizer text source

2016-10-25 Thread Marc Jeurissen
Hi, I have a custom Analyzer and Tokenizer which I'm trying to migrate from Pylucene 4.10 to 6.2. Problem is that it is no longer possible to grab the text source from neither the createComponents method or the Tokenizer constructor. Documentation says the Tokenizer has a field 'input' which

Re: Tokenizer text source

2016-10-27 Thread Andi Vajda
On Tue, 25 Oct 2016, Marc Jeurissen wrote: I have a custom Analyzer and Tokenizer which I'm trying to migrate from Pylucene 4.10 to 6.2. Problem is that it is no longer possible to grab the text source from neither the createComponents method or the Tokenizer constructor. Documentation says