> 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]
