janhoy commented on code in PR #3787:
URL: https://github.com/apache/solr/pull/3787#discussion_r2438645208
##########
solr/solr-ref-guide/modules/configuration-guide/pages/update-request-processors.adoc:
##########
@@ -425,7 +425,7 @@ The {solr-javadocs}/modules/langid/index.html[`langid`]
module provides::
{solr-javadocs}/modules/langid/org/apache/solr/update/processor/LangDetectLanguageIdentifierUpdateProcessorFactory.html[LangDetectLanguageIdentifierUpdateProcessorFactory]:::
Identifies the language of a set of input fields using
http://code.google.com/p/language-detection.
-{solr-javadocs}/modules/langid/org/apache/solr/update/processor/TikaLanguageIdentifierUpdateProcessorFactory.html[TikaLanguageIdentifierUpdateProcessorFactory]:::
Identifies the language of a set of input fields using Tika's
LanguageIdentifier.
+{solr-javadocs}/modules/langid/org/apache/solr/update/processor/OpenNLPLangDetectUpdateProcessorFactory.html[OpenNLPLangDetectUpdateProcessorFactory]:::
Identifies the language of a set of input fields using OpenNLP's language
detection model.
Review Comment:
Turned out the ref guide did not list the OpenNLP identifier...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]