Uses of Class
org.apache.solr.update.processor.DetectedLanguage
-
-
Uses of DetectedLanguage in org.apache.solr.update.processor
Methods in org.apache.solr.update.processor that return types with arguments of type DetectedLanguage Modifier and Type Method Description protected List<DetectedLanguage>LangDetectLanguageIdentifierUpdateProcessor. detectLanguage(SolrInputDocument doc)protected abstract List<DetectedLanguage>LanguageIdentifierUpdateProcessor. detectLanguage(SolrInputDocument content)Detects language(s) from a string.protected List<DetectedLanguage>OpenNLPLangDetectUpdateProcessor. detectLanguage(SolrInputDocument doc)protected List<DetectedLanguage>TikaLanguageIdentifierUpdateProcessor. detectLanguage(SolrInputDocument doc)Method parameters in org.apache.solr.update.processor with type arguments of type DetectedLanguage Modifier and Type Method Description protected StringLanguageIdentifierUpdateProcessor. resolveLanguage(List<DetectedLanguage> languages, String fallbackLang)Chooses a language based on the list of candidates detected
-