Greetings Solr users/contributors According to docs, this seemed the most appropriate place to initially report a minor issue such as this one. In a class I'm teaching at university, some of my students were experimenting with using OpenNLP analyzers in their projects. While doing so, they were stuck trying to use the Phrase Chunking Filter, as the class name is incorrect in the documentation, i.e., here https://solr.apache.org/guide/8_11/language-analysis.html#opennlp-phrase-chunking-filter. It seems incorrect in two locations: First, when describing the factory class (*solr.OpenNLPChunkerFilter *instead of *solr.OpenNLPChunkerFilterFactory*), and then in the use examples (*solr.OpenNLPChunkerFactory *instead of *solr.OpenNLPChunkerFilterFactory*), so if these docs could be fixed, that would be great.
Thanks, João Damas
