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
protected abstract  List<DetectedLanguage> LanguageIdentifierUpdateProcessor.detectLanguage(String content)
          Detects language(s) from a string.
protected  List<DetectedLanguage> TikaLanguageIdentifierUpdateProcessor.detectLanguage(String content)
           
protected  List<DetectedLanguage> LangDetectLanguageIdentifierUpdateProcessor.detectLanguage(String content)
           
 

Method parameters in org.apache.solr.update.processor with type arguments of type DetectedLanguage
protected  String LanguageIdentifierUpdateProcessor.resolveLanguage(List<DetectedLanguage> languages, String fallbackLang)
          Chooses a language based on the list of candidates detected
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.