| Package | Description | 
|---|---|
| org.apache.solr.update.processor | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<DetectedLanguage> | 
TikaLanguageIdentifierUpdateProcessor.detectLanguage(String content)  | 
protected abstract List<DetectedLanguage> | 
LanguageIdentifierUpdateProcessor.detectLanguage(String content)
Detects language(s) from a string. 
 | 
protected List<DetectedLanguage> | 
LangDetectLanguageIdentifierUpdateProcessor.detectLanguage(String content)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
LanguageIdentifierUpdateProcessor.resolveLanguage(List<DetectedLanguage> languages,
               String fallbackLang)
Chooses a language based on the list of candidates detected 
 |