Package org.apache.solr.update.processor

Various implementations of LanguageIdentifierUpdateProcessor and their factories.

See:
          Description

Interface Summary
LangIdParams  
 

Class Summary
DetectedLanguage Bean holding a language and a detection certainty
LangDetectLanguageIdentifierUpdateProcessor Identifies the language of a set of input fields using http://code.google.com/p/language-detection
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.

LanguageIdentifierUpdateProcessor Identifies the language of a set of input fields.
TikaLanguageIdentifierUpdateProcessor Identifies the language of a set of input fields using Tika's LanguageIdentifier.
TikaLanguageIdentifierUpdateProcessorFactory Identifies the language of a set of input fields using Tika's LanguageIdentifier.
 

Package org.apache.solr.update.processor Description

Various implementations of LanguageIdentifierUpdateProcessor and their factories.



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