| Package | Description |
|---|---|
| org.apache.solr.update.processor |
UpdateRequestProcessorFactory APIs and implementations for use in UpdateRequestProcessorChains |
| Modifier and Type | Method and Description |
|---|---|
protected List<DetectedLanguage> |
TikaLanguageIdentifierUpdateProcessor.detectLanguage(SolrInputDocument doc) |
protected abstract List<DetectedLanguage> |
LanguageIdentifierUpdateProcessor.detectLanguage(SolrInputDocument content)
Detects language(s) from a string.
|
protected List<DetectedLanguage> |
LangDetectLanguageIdentifierUpdateProcessor.detectLanguage(SolrInputDocument doc) |
| 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.