You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by is...@apache.org on 2019/12/12 09:10:01 UTC

[lucene-solr] branch jira/solr-14071 updated: Rephrased the classpath suggestion

This is an automated email from the ASF dual-hosted git repository.

ishan pushed a commit to branch jira/solr-14071
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/jira/solr-14071 by this push:
     new 03742b9  Rephrased the classpath suggestion
03742b9 is described below

commit 03742b9ee4944dbeca793eb009fd2d8365fe3a26
Author: Ishan Chattopadhyaya <is...@apache.org>
AuthorDate: Thu Dec 12 14:39:49 2019 +0530

    Rephrased the classpath suggestion
---
 solr/solr-ref-guide/src/configsets-api.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/configsets-api.adoc b/solr/solr-ref-guide/src/configsets-api.adoc
index e41c858..8d231b6 100644
--- a/solr/solr-ref-guide/src/configsets-api.adoc
+++ b/solr/solr-ref-guide/src/configsets-api.adoc
@@ -89,7 +89,7 @@ A configset is uploaded in a "trusted" mode if authentication is enabled and the
 * If specified in the configset, the DataImportHandler's ScriptTransformer will not initialize.
 * The XSLT transformer (`tr` parameter) cannot be used at request processing time.
 * If specified in the configset, the StatelessScriptUpdateProcessor will not initialize.
-* Collections won't initialize if <lib> directives are used in the configset. If you need to include libraries, please add them to the Solr's classpath.
+* Collections won't initialize if <lib> directives are used in the configset. (Note: Libraries added to Solr's classpath don't need the <lib> directive)
 
 If you use any of these parameters or features, you must have enabled security features in your Solr installation and you must upload the configset as an authenticated user.