mirror of https://github.com/apache/lucene.git
SOLR-12136: fix bad links breaking the build
This commit is contained in:
parent
1ce72537b8
commit
b5a3678573
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue