You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2021/03/30 16:04:11 UTC

[lucene-solr] branch branch_8x updated: SOLR-15243: fix build failure due to changed section title in branch_8x

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

ctargett pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new c91be08  SOLR-15243: fix build failure due to changed section title in branch_8x
c91be08 is described below

commit c91be083d83cedf9af77527f133d1684768596e8
Author: Cassandra Targett <ct...@apache.org>
AuthorDate: Tue Mar 30 11:03:31 2021 -0500

    SOLR-15243: fix build failure due to changed section title in branch_8x
---
 solr/solr-ref-guide/src/morelikethis.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/morelikethis.adoc b/solr/solr-ref-guide/src/morelikethis.adoc
index 72fb9aa..f5bd9ab 100644
--- a/solr/solr-ref-guide/src/morelikethis.adoc
+++ b/solr/solr-ref-guide/src/morelikethis.adoc
@@ -355,7 +355,7 @@ The above example would always enable MoreLikeThis for all queries and will alwa
 This is probably not something you really want!
 But the example serves to show how you might define whichever parameters you would like to be default for MoreLikeThis.
 
-If you gave the search component a name other than "mlt" as in the above example, you would need to explicitly add it to a request handler as described in the section <<requesthandlers-and-searchcomponents-in-solrconfig.adoc#referencing-search-components,Referencing Search Components>>.
+If you gave the search component a name other than "mlt" as in the above example, you would need to explicitly add it to a request handler as described in the section <<requesthandlers-and-searchcomponents-in-solrconfig.adoc#search-components,Search Components>>.
 Because the above example uses the same name as the default, the parameters defined there override Solr's default.
 
 ==== Search Component Parameters