: <requestHandler name="/update" : class="solr.UpdateRequestHandler" > : <lst name="invariants"> : <str name="update.processor">KeepIndexed</str> : </lst> : </requestHandler>
Unless you are using Solr 3.1 (or earlier) "update.processor" is a meaningless request param ... the param name you need to specify is "update.chain"... https://wiki.apache.org/solr/UpdateRequestProcessor If you can tell us where you saw incorrect examples/docs/advice to use "update.processor" we can try to fix those so other people don't make the same mistake. -Hoss http://www.lucidworks.com/