Re: HighLithing exact phrases with solr

2009-10-20 Thread Koji Sekiguchi
Antonio, Put the parameter into element, rather than . If you are using "standard" reques thandler, set it like this: explicit on 3 features true Or you can set it directly in your HTTP request: http://localhost:8983/solr/select?q=something&hl=on&

Re: HighLithing exact phrases with solr

2009-10-20 Thread Antonio Calò
Hi Kaji, many thanks for your suggestion. Sorry for delay in my feedback. I've tried to set hl.usePhraseHighlighter=true, but it still not working. Here my setup: 100 true true 100 0.5 [-\w ,/\n\"']

Re: HighLithing exact phrases with solr

2009-10-06 Thread Koji Sekiguchi
Please try hl.usePhraseHighlighter=true parameter. (It should be true by default if you use the latest nightly, but I think you don't) Koji Antonio Calò wrote: Hi Guys I'm getting crazy with the highlighting in solr. The problem is the follow: when I submit an exact phrase query, I get the r

HighLithing exact phrases with solr

2009-10-05 Thread Antonio Calò
Hi Guys I'm getting crazy with the highlighting in solr. The problem is the follow: when I submit an exact phrase query, I get the related results and the related snippets with highlight. But I've noticed that the *single term of the phrase are highlighted too*. Here an example: If I start a sear