You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2023/08/18 13:56:49 UTC

[solr] branch branch_9x updated: Update solr/README (#1850)

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

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


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 5bf1230cc79 Update solr/README (#1850)
5bf1230cc79 is described below

commit 5bf1230cc79456b05f06650ab2922717ee2d7322
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Fri Aug 18 15:54:40 2023 +0200

    Update solr/README (#1850)
    
    (cherry picked from commit 560f93a67d3eb04dc1dae5eb3afd29da6a897e99)
---
 solr/README.adoc | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/solr/README.adoc b/solr/README.adoc
index d1387439cd8..413991472c6 100644
--- a/solr/README.adoc
+++ b/solr/README.adoc
@@ -21,7 +21,7 @@ link:benchmark/[]::
 Benchmarking module for Solr.
 
 link:bin/[]::
-Scripts to startup, manage and interact with Solr instances.
+Scripts to start up, manage and interact with Solr instances.
 
 link:core/[]::
 Base Solr code.
@@ -40,7 +40,7 @@ link:example/[]::
 Contains example documents and an alternative Solr home
 directory containing various examples.
 
-link:license/[]::
+link:licenses/[]::
 Licenses, notice files and signatures for Solr dependencies.
 
 link:modules/[]::
@@ -59,7 +59,13 @@ link:solr-ref-guide/[]::
 The Solr Reference Guide source files including Java examples.
 
 link:solrj/[]::
-Solr client code for Java applications.
+Solr client code for Java applications - common.
+
+link:solrj-streaming/[]::
+SolrJ additional API for Streaming Aggregation.
+
+link:solrj-zookeeper/[]::
+SolrJ additional API for pulling cluster state from Zookeeper.
 
 link:test-framework/[]::
 Solr test framework for internal tests and external tests integrating Solr.