Re: Highlighting parameters

2010-12-03 Thread Ahmet Arslan
> 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

Re: Highlighting parameters

2010-12-03 Thread Markus Jelsma
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

Highlighting parameters

2010-12-03 Thread Mark
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

Re: Highlighting parameters wiki

2010-07-27 Thread Koji Sekiguchi
(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.

Highlighting parameters wiki

2010-07-27 Thread Stephen Green
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