This is an automated email from the ASF dual-hosted git repository.
gus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new c033648 SOLR-15387 Clarify intended usage of post tool (#109)
c033648 is described below
commit c03364851a9e6e8dc0e102156fae3714ef27af40
Author: Gus Heck <[email protected]>
AuthorDate: Fri Apr 30 16:54:48 2021 -0400
SOLR-15387 Clarify intended usage of post tool (#109)
---
solr/solr-ref-guide/src/post-tool.adoc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/solr/solr-ref-guide/src/post-tool.adoc
b/solr/solr-ref-guide/src/post-tool.adoc
index 140c287..dd11cdf 100644
--- a/solr/solr-ref-guide/src/post-tool.adoc
+++ b/solr/solr-ref-guide/src/post-tool.adoc
@@ -20,6 +20,8 @@ Solr includes a simple command line tool for POSTing various
types of content to
The tool is `bin/post`. The bin/post tool is a Unix shell script; for Windows
(non-Cygwin) usage, see the section <<Post Tool Windows Support>> below.
+NOTE: This tool is meant for use by new users exploring Solr's capabilities,
and is not intended as a robust solution to be used for indexing documents into
production systems.
+
To run it, open a window and enter:
[source,bash]