You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2018/04/02 07:37:52 UTC

[05/34] lucene-solr:jira/solr-12095: SOLR-12136: fix bad links breaking the build

SOLR-12136: fix bad links breaking the build


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/b5a36785
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/b5a36785
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/b5a36785

Branch: refs/heads/jira/solr-12095
Commit: b5a36785738a299cb00933c2d55c587917a2d9ab
Parents: 1ce7253
Author: Cassandra Targett <ct...@apache.org>
Authored: Thu Mar 29 14:18:45 2018 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Thu Mar 29 14:18:45 2018 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/highlighting.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/b5a36785/solr/solr-ref-guide/src/highlighting.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/highlighting.adoc b/solr/solr-ref-guide/src/highlighting.adoc
index b6c9bf2..1990c6c 100644
--- a/solr/solr-ref-guide/src/highlighting.adoc
+++ b/solr/solr-ref-guide/src/highlighting.adoc
@@ -42,7 +42,7 @@ When using `*`, consider adding `hl.requireFieldMatch=true`.
 +
 Note that the field(s) listed here ought to have compatible text-analysis (defined in the schema) with field(s) referenced in the query to be highlighted.
 It may be necessary to modify `hl.q` and `hl.qparser` and/or modify the text analysis.
-The following example uses the <<local-parameters-in-queries.adoc,local-params>> syntax and <<the-extended-dismax-query-parser.adoc,the edismax parser>> to highlight fields in `hl.fl`:
+The following example uses the <<local-parameters-in-queries.adoc#local-parameters-in-queries,local-params>> syntax and <<the-extended-dismax-query-parser.adoc#the-extended-dismax-query-parser,the edismax parser>> to highlight fields in `hl.fl`:
 `&hl.fl=field1 field2&hl.q={!edismax qf=$hl.fl v=$q}&hl.qparser=lucene&hl.requireFieldMatch=true` (along with other applicable parameters, of course).
 +
 The default is the value of the `df` parameter which in turn has no default.