You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2024/02/14 16:49:33 UTC

(solr) branch branch_9_5 updated: Clarify split parameter usage (#2263)

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

houston pushed a commit to branch branch_9_5
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9_5 by this push:
     new ad3b19a633f Clarify split parameter usage (#2263)
ad3b19a633f is described below

commit ad3b19a633fbd27e8637c7a03122f028a56501fa
Author: Radu Gheorghe <ra...@sematext.com>
AuthorDate: Wed Feb 14 18:33:56 2024 +0200

    Clarify split parameter usage (#2263)
---
 .../modules/indexing-guide/pages/indexing-with-update-handlers.adoc     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/modules/indexing-guide/pages/indexing-with-update-handlers.adoc b/solr/solr-ref-guide/modules/indexing-guide/pages/indexing-with-update-handlers.adoc
index c74e9d266ba..92b7bedcdec 100644
--- a/solr/solr-ref-guide/modules/indexing-guide/pages/indexing-with-update-handlers.adoc
+++ b/solr/solr-ref-guide/modules/indexing-guide/pages/indexing-with-update-handlers.adoc
@@ -666,7 +666,7 @@ Example: `map=left:right` or `f.subject.map=history:bunk`
 |===
 +
 If `true`, split a field into multiple values by a separate parser.
-This parameter is used on a per-field basis.
+This parameter is used on a per-field basis, for example `f.FIELD_NAME_GOES_HERE.split=true`.
 
 `overwrite`::
 +