On Thu, Apr 15, 2010 at 6:50 PM, DM Smith <dmsmith...@gmail.com> wrote:
> > > Robert has already started one. (1488 I think). > and it could work with this new scheme... because then you could use an older icu jar file with an older lucene-analyzer-icu.jar or whatever and you have it more under control. under the "existing scheme" you cant really improve back compat with ICU, because they make API changes and backwards breaks and such themselves, so you cant make one "Tokenizer" say that does anything meaningful that works with all versions of it... but it would be cool to say: here is lucene-analyzer-icu-4.0.jar that works with icu 4.4. and you could keep using that as long as you have to (meanwhile trunk could start using icu 4.6) -- Robert Muir rcm...@gmail.com