mirror of https://github.com/apache/lucene.git
SOLR-14654: ref-guide build failure
This commit is contained in:
parent
688583fc2d
commit
ddbe9495fc
|
@ -57,8 +57,3 @@ Contrib modules ship with Solr so there's no effort for them but not so for othe
|
||||||
Describes a new and experimental system to manage packages of plugins in SolrCloud.
|
Describes a new and experimental system to manage packages of plugins in SolrCloud.
|
||||||
It includes CLI commands, cluster-wide installation, use of plugin registries that host plugins, cryptographically signed plugins for security, and more.
|
It includes CLI commands, cluster-wide installation, use of plugin registries that host plugins, cryptographically signed plugins for security, and more.
|
||||||
Only some plugins support this as of now (support for more types of plugins coming soon).
|
Only some plugins support this as of now (support for more types of plugins coming soon).
|
||||||
|
|
||||||
* <<adding-custom-plugins-in-solrcloud-mode.adoc#adding-custom-plugins-in-solrcloud-mode,Blob and Runtimelib>>:
|
|
||||||
Describes a deprecated system that predates the above package management system.
|
|
||||||
It's functionality is a subset of the package management system.
|
|
||||||
It will no longer be supported in Solr 9.
|
|
||||||
|
|
|
@ -247,8 +247,6 @@ The system is currently considered experimental, so use with caution. It must
|
||||||
be enabled with a system parameter passed at start up before it can be used.
|
be enabled with a system parameter passed at start up before it can be used.
|
||||||
For details, please see the section <<package-manager.adoc#package-manager,Package Management>>.
|
For details, please see the section <<package-manager.adoc#package-manager,Package Management>>.
|
||||||
|
|
||||||
With this feature Solr's <<adding-custom-plugins-in-solrcloud-mode.adoc#adding-custom-plugins-in-solrcloud-mode,Blob Store>>
|
|
||||||
functionality is now deprecated and will likely be removed in 9.0.
|
|
||||||
|
|
||||||
*Security*
|
*Security*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue