Created
August 24, 2016 14:38
-
-
Save mezzatto/d128b37b0ef81c00f01553bc39f11322 to your computer and use it in GitHub Desktop.
Update Chain
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <updateRequestProcessorChain name="trackingchain" default="true"> | |
| <processor class="solr.LogUpdateProcessorFactory" /> | |
| <processor class="solr.DistributedUpdateProcessorFactory" /> | |
| <processor class="com.vivareal.solr.plugin.processor.TrackingUpdateRequestProcessorFactory" /> | |
| <processor class="solr.RunUpdateProcessorFactory" /> | |
| </updateRequestProcessorChain> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <requestHandler class="solr.UpdateRequestHandler" name="/update"> | |
| <lst name="defaults"> | |
| <str name="update.chain">trackingchain</str> | |
| </lst> | |
| </requestHandler> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment