Hi Ahmet, I have ever known WordDelimiterFilterFactory, but never use Solr. But how to download this class. Can I use it in Lucene 3.0, or extends Analyzer with overloading its methods. Sorry If my questions are too details.
On Mon, Feb 8, 2010 at 1:11 AM, Ahmet Arslan <[email protected]> wrote: > > Would you like to suggest me an > > example for implementing an analyzer with > > parsing CamelCase ! > > > > I can overload methods with StopFilter PorterStemFilter, > > LowerCaseTokenizer > > but with a new one different from these available filter I > > have not > > solutions. > > Thank you ! > > You can use WordDelimiterFilterFactory[1] with splitOnCaseChange="1" > > [1] > http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.WordDelimiterFilterFactory > > You need to consume it from solr artifacts. > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
