mirror of https://github.com/apache/lucene.git
added a specic nopte that schema.xml components canot be loaded from blob store
This commit is contained in:
parent
b3127ec582
commit
fc7e213743
|
@ -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
|
Loading…
Reference in New Issue