Package com.logicaldoc.core.searchengine
Class LanguageProcessor
java.lang.Object
org.apache.solr.update.processor.UpdateRequestProcessor
com.logicaldoc.core.searchengine.LanguageProcessor
- All Implemented Interfaces:
- Closeable,- AutoCloseable
public class LanguageProcessor
extends org.apache.solr.update.processor.UpdateRequestProcessor
Processor that takes care to store the language field of an incoming hit into
 a thread local variable. This information will be used at analisys time.
- Since:
- 6.5
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructorsConstructorDescriptionLanguageProcessor(org.apache.solr.update.processor.UpdateRequestProcessor next) 
- 
Method SummaryMethods inherited from class org.apache.solr.update.processor.UpdateRequestProcessorclose, finish, processCommit, processDelete, processMergeIndexes, processRollback
- 
Constructor Details- 
LanguageProcessorpublic LanguageProcessor(org.apache.solr.update.processor.UpdateRequestProcessor next) 
 
- 
- 
Method Details- 
processAdd- Overrides:
- processAddin class- org.apache.solr.update.processor.UpdateRequestProcessor
- Throws:
- IOException
 
 
-