> Yes, that's what I was expecting. Actually, I'd like > to highlight phrases > containing stopwords, like <em>Terrain à sehloul</em>
Lucene's FastVectorHighlighter[1] can do that kind of phrase highlighting. It seems that solr integration [2] has finished. You need to apply SOLR-1268 patch. [1]http://lucene.apache.org/java/3_0_1/api/contrib-fast-vector-highlighter/org/apache/lucene/search/vectorhighlight/FastVectorHighlighter.html [2]http://issues.apache.org/jira/browse/SOLR-1268