serhiy-bzhezytskyy commented on code in PR #4924:
URL: https://github.com/apache/solr/pull/4924#discussion_r4069073891


##########
solr/solr-ref-guide/modules/getting-started/pages/tutorial-diy.adoc:
##########
@@ -34,7 +34,7 @@ The tutorial assumes that you have Docker installed and 
running on your computer
 
 === Start an external Apache Tika Server
 
-Indexing binary files (PDF, DOCX, PPTX, etc.) with the Post Tool requires the 
Solr extraction module to be enabled and an external Apache Tika Server to be 
running. See xref:indexing-guide:indexing-with-tika.adoc#tika-server[Tika 
Server] for background. We will be running Tika Server using Docker.
+Indexing binary files (PDF, DOCX, PPTX, etc.) with the Post Command requires 
the Solr extraction module to be enabled and an external Apache Tika Server to 
be running. See xref:indexing-guide:indexing-with-tika.adoc#tika-server[Tika 
Server] for background. We will be running Tika Server using Docker.

Review Comment:
   Done — now reads "Solr CLI Post command" on first mention.



##########
solr/solr-ref-guide/modules/getting-started/pages/tutorial-diy.adoc:
##########
@@ -89,10 +89,10 @@ Solr has lots of ways to index data.
 Choose one of the approaches below and try it out with your system:
 
 Local Files with `bin/solr post`::
-If you have a local directory of files, the Post Tool (`bin/solr post`) can 
index a directory of files.
+If you have a local directory of files, the Post Command (`bin/solr post`) can 
index a directory of files.

Review Comment:
   Done — lowercased.



##########
solr/solr-ref-guide/modules/indexing-guide/pages/post-tool.adoc:
##########
@@ -1,4 +1,4 @@
-= Post Tool
+= Post Command

Review Comment:
   Renamed to post-command.adoc with `:page-aliases: post-tool.adoc`, so 
post-tool.html still resolves — it redirects to the new page.



##########
solr/solr-ref-guide/modules/query-guide/pages/stream-tool.adoc:
##########
@@ -16,11 +16,11 @@
 // specific language governing permissions and limitations
 // under the License.
 
-The Stream tool allows you to run a xref:streaming-expressions.adoc[] in Solr 
and see the results from the command line.
+The Stream Command allows you to run a xref:streaming-expressions.adoc[] in 
Solr and see the results from the command line.

Review Comment:
   Done — lowercased.



##########
solr/solr-ref-guide/modules/query-guide/pages/stream-tool.adoc:
##########
@@ -1,4 +1,4 @@
-= Stream Tool
+= Stream Command

Review Comment:
   Done — title is now "Solr CLI Stream Command".



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to