Package | Description |
---|---|
org.apache.solr.update.processor |
Various implementations of
LanguageIdentifierUpdateProcessor and their factories. |
Modifier and Type | Method and Description |
---|---|
protected abstract List<DetectedLanguage> |
LanguageIdentifierUpdateProcessor.detectLanguage(String content)
Detects language(s) from a string.
|
protected List<DetectedLanguage> |
LangDetectLanguageIdentifierUpdateProcessor.detectLanguage(String content) |
protected List<DetectedLanguage> |
TikaLanguageIdentifierUpdateProcessor.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
|
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.