You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by md...@apache.org on 2021/06/14 16:27:54 UTC

[solr] branch main updated: renamed solritas repo (#54)

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

mdrob 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 4f6e50d  renamed solritas repo (#54)
4f6e50d is described below

commit 4f6e50d91a884250d186b4e0ffa481b3d0f343e8
Author: Erik Hatcher <er...@users.noreply.github.com>
AuthorDate: Mon Jun 14 12:27:45 2021 -0400

    renamed solritas repo (#54)
---
 solr/solr-ref-guide/src/major-changes-in-solr-9.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/major-changes-in-solr-9.adoc b/solr/solr-ref-guide/src/major-changes-in-solr-9.adoc
index 36231ce..cc2a9ab 100644
--- a/solr/solr-ref-guide/src/major-changes-in-solr-9.adoc
+++ b/solr/solr-ref-guide/src/major-changes-in-solr-9.adoc
@@ -130,7 +130,7 @@ _(raw; not yet edited)_
 
 * SOLR-14792: VelocityResponseWriter has been removed from Solr.  This encompasses all previous included `/browse` and
   `wt=velocity` examples.  This feature has been migrated to an installable package at
-  https://github.com/erikhatcher/solritas
+  https://github.com/erikhatcher/solr-velocity
 
 * SOLR-14510: The `writeStartDocumentList` in `TextResponseWriter` now receives an extra boolean parameter representing the "exactness" of the numFound value (exact vs approximation).
   Any custom response writer extending `TextResponseWriter` will need to implement this abstract method now (instead previous with the same name but without the new boolean parameter).