mirror of https://github.com/apache/lucene.git
SOLR-2129: fix the name of uima update processor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1070185 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7caa47e48b
commit
4eb6319382
|
@ -51,7 +51,7 @@ To start using Solr UIMA Metadata Extraction Library you should go through the f
|
|||
|
||||
8. define in your solrconfig.xml an UpdateRequestProcessorChain as following:
|
||||
<updateRequestProcessorChain name="uima">
|
||||
<processor class="org.apache.solr.uima.processor.UIMAProcessorFactory"/>
|
||||
<processor class="org.apache.solr.uima.processor.UIMAUpdateRequestProcessorFactory"/>
|
||||
<processor class="solr.LogUpdateProcessorFactory" />
|
||||
<processor class="solr.RunUpdateProcessorFactory" />
|
||||
</updateRequestProcessorChain>
|
||||
|
|
Loading…
Reference in New Issue