Maciej Lizewski created SOLR-4841:
-------------------------------------
Summary: DetectedLanguage constructor should be public
Key: SOLR-4841
URL: https://issues.apache.org/jira/browse/SOLR-4841
Project: Solr
Issue Type: Bug
Reporter: Maciej Lizewski
org.apache.solr.update.processor.DetectedLanguage constructor should be public.
Without that it is impossible to create owne class extending
LanguageIdentifierUpdateProcessor.
LanguageIdentifierUpdateProcessor base class needs detectLanguage(String
content) function to return listy of DetectedLanguage's but you cannot create
such objects because constructor is accessible only in same package
(org.apache.solr.update.processor).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]