He all, I was very happy to see that Kstemmer implementation was added to lucene. I was wondering why is the constructor not public? I have a case where i want to create an analyzer that uses the stemmer itself, and in order to construct a new instance, it has to be in the same package and be loaded by the same classloader. I know i can just change the source file, or add my jar to the solr.war, but i was wondering if there is a reason why this constructor was not added to the class.
thanks ofer