> Is there a way I can specify separate
> configuration for 2 different fields.
>
> For field 1 I wan to display only 100 chars, Field 2 200
> chars
>
yes with the parameter accepts per-field overrides. the syntax is
http://wiki.apache.org/solr/HighlightingParameters#HowToOverride
&f.TEXT.hl.m
Yes
Some parameters may be overriden on a per-field basis with the following
syntax:
f..=
http://wiki.apache.org/solr/HighlightingParameters
> Is there a way I can specify separate configuration for 2 different fields.
>
> For field 1 I wan to display only 100 chars, Field 2 200 chars
Is there a way I can specify separate configuration for 2 different fields.
For field 1 I wan to display only 100 chars, Field 2 200 chars
(10/07/27 23:16), Stephen Green wrote:
The wiki entry for hl.highlightMultiTerm:
http://wiki.apache.org/solr/HighlightingParameters#hl.highlightMultiTerm
doesn't appear to be correct. It says:
If the SpanScorer is also being used, enables highlighting for
range/wildcard/fuzzy/prefix queries.
The wiki entry for hl.highlightMultiTerm:
http://wiki.apache.org/solr/HighlightingParameters#hl.highlightMultiTerm
doesn't appear to be correct. It says:
If the SpanScorer is also being used, enables highlighting for
range/wildcard/fuzzy/prefix queries. Default is false.
But the code in Defaul