Re: hl.useFastVectorHighlighter, fragmentsBuilder and HighlightingParameters

2011-08-19 Thread Alexei Martchenko
Hi Koji, thanks, it's loading right now. Can't say it's really working though, but I believe those are other issues with FastVectorHighlighter 2011/8/18 Koji Sekiguchi > (11/08/19 4:14), Alexei Martchenko wrote: > >> Hi Koji thanks for the reply. >> >> My is defined directly in. SOLR 3.3 warns

Re: hl.useFastVectorHighlighter, fragmentsBuilder and HighlightingParameters

2011-08-18 Thread Koji Sekiguchi
(11/08/19 4:14), Alexei Martchenko wrote: Hi Koji thanks for the reply. My is defined directly in. SOLR 3.3 warns me is a deprecated form do you think it is in the wrong place? Hi Alexei, Yes, it is incorrect. What deprecate is that tag just under directly. After 3.1, it needs to be

Re: hl.useFastVectorHighlighter, fragmentsBuilder and HighlightingParameters

2011-08-18 Thread Alexei Martchenko
Hi Koji thanks for the reply. My is defined directly in . SOLR 3.3 warns me is a deprecated form do you think it is in the wrong place? 2011/8/17 Koji Sekiguchi > Alexei, > > From the log, I think Solr couldn't find colored fragmentsBuilder defined > in solrconfig.xml. > Can you check the

Re: hl.useFastVectorHighlighter, fragmentsBuilder and HighlightingParameters

2011-08-17 Thread Koji Sekiguchi
Alexei, From the log, I think Solr couldn't find colored fragmentsBuilder defined in solrconfig.xml. Can you check the following setting in ... in solrconfig.xml? koji -- Check out "Query Log Visualizer" http://www.rondhuit-demo.com/loganalyzer/loganalyzer.html http://www.rondhuit.com/en/ (

hl.useFastVectorHighlighter, fragmentsBuilder and HighlightingParameters

2011-08-15 Thread Alexei Martchenko
I'm having some trouble trying to upgrade my old hightligher from format (1.4 version, default config in the solr website) to the new Fast Vector highlighter. I'm using SOLR 3.3.0 with LUCENE_33 in In my solrconfig.xml i added these lines in the default request handler: true true true colored