added a specic nopte that schema.xml components canot be loaded from blob store

This commit is contained in:
Noble Paul 2017-08-11 16:18:53 +09:30
parent b3127ec582
commit fc7e213743
1 changed files with 5 additions and 0 deletions

View File

@ -146,3 +146,8 @@ For example, to use a blob named test, you would configure `solrconfig.xml` like
----
If there are parameters available in the custom handler, you can define them in the same way as any other request handler definition.
[NOTE]
====
Blob store can only be used to dynamically load components configured in `solrconfig.xml`. Components specified in `schema.xml` cannot be loaded from blob store