Re: CharacterUtils is removed from lucene-analyzers-common >6.1

2016-12-15 Thread Xie, Sean
Thanks for pointing out the java.lang.Character. I did find the existence of org.apache.lucene.analysis.CharacterUtils, but I was not able to find the needed methods in it. Sean On 12/15/16, 8:58 PM, "Shawn Heisey" wrote: On 12/15/2016 6:20 PM, Xie, Sean wrote: > We have implemented

Re: CharacterUtils is removed from lucene-analyzers-common >6.1

2016-12-15 Thread Shawn Heisey
On 12/15/2016 6:20 PM, Xie, Sean wrote: > We have implemented some customized filter/tokenizer, that is using > org.apache.lucene.analysis.util.CharacterUtils. After upgrading to > Solr 6.3, the class is no longer available. Is there any reason the > utility class is removed? This is not really a