| Package | Description | 
|---|---|
| org.apache.solr.update.processor | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LangDetectLanguageIdentifierUpdateProcessor
Identifies the language of a set of input fields using http://code.google.com/p/language-detection
 
 See http://wiki.apache.org/solr/LanguageDetection 
 | 
class  | 
LangDetectLanguageIdentifierUpdateProcessorFactory
Identifies the language of a set of input fields using 
 http://code.google.com/p/language-detection
 
 The UpdateProcessorChain config entry can take a number of parameters
 which may also be passed as HTTP parameters on the update request
 and override the defaults. 
 | 
class  | 
LanguageIdentifierUpdateProcessor
Identifies the language of a set of input fields. 
 | 
class  | 
TikaLanguageIdentifierUpdateProcessor
Identifies the language of a set of input fields using Tika's
 LanguageIdentifier. 
 | 
class  | 
TikaLanguageIdentifierUpdateProcessorFactory
Identifies the language of a set of input fields using Tika's
 LanguageIdentifier. 
 |