Uses of Interface
org.apache.solr.update.processor.LangIdParams

Packages that use LangIdParams
org.apache.solr.update.processor   
 

Uses of LangIdParams in org.apache.solr.update.processor
 

Classes in org.apache.solr.update.processor that implement LangIdParams
 class LangDetectLanguageIdentifierUpdateProcessor
          Identifies the language of a set of input fields using http://code.google.com/p/language-detection
 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.
 



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