Re: Highlighting broken? String index out of range: 35

2008-12-18 Thread Koji Sekiguchi
I think you are facing this problem: https://issues.apache.org/jira/browse/SOLR-925 I'm just looking the issue to solve it, I'm not sure that I can fix it in my time, though... Koji Steffen B. wrote: Hi everyone, it seems that I've run into another problem with my Solr setup. :/ The highlig

Re: Highlighting broken? String index out of range: 35

2008-12-18 Thread Steffen B.
Alright, I pinned it down, I think... The cause of the error seems to be the "features" field, which has termVectors="true", termPositions="true" and termOffsets="true". The other 2 fields ("name" and "text") work, they have the same type but lack the term*-attributes. When you overwrite the defau

Highlighting broken? String index out of range: 35

2008-12-18 Thread Steffen B.
Hi everyone, it seems that I've run into another problem with my Solr setup. :/ The highlighter just won't highlight anything, no matter which fragmenter or config params I use. Here's an example, taken straight out of the example solrconfig.xml: dismax explicit 0.01