: And then calls to /update2 will go through the chain. Calls to /update will : not.
Correct. Note also that there is also a "default" attribute you can put on one UpdateProcesserChain and then XmlUpdateRequestHandler (etc...) will use that even if you don't tell them to use a particular chain. If you only define one chain, it becomes the default automaticly. : > 2) Does a UpdateRequestProcessor support inform ? : No, not that I can tell. And the factory won't get instantiated until the : first time you use it. inform, no ... but the factories should be getting instantiated during SolrCore init, what makes you think it's not until first use? (that would be a bug if it's true, but a quick skim of SolrCore suggests it should be working correctly) -Hoss