Re: Highlighter throws StringIndexOutOfBoundsException on multivalued fields

2009-10-26 Thread Emmanuel Castro Santana
ered? > > > -Hoss > > > -- View this message in context: http://www.nabble.com/Highlighter-throws-StringIndexOutOfBoundsException-on-multivalued-fields-tp19533055p26066224.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Highlighter throws StringIndexOutOfBoundsException on multivalued fields

2008-09-22 Thread Chris Hostetter
: if I want to highlight a mutivalued field I get the following exception: I don't know much about Highlighting, but when i attempt to highlight a multivalued field using the example schema & docs i don't get an error... http://localhost:8983/solr/select/?q=features:cache&hl=true&hl.fl=features

Re: Highlighter throws StringIndexOutOfBoundsException on multivalued fields

2008-09-17 Thread dojolava
I forgot: this concerns the Solr 1.3.0 release. On Wed, Sep 17, 2008 at 4:15 PM, dojolava <[EMAIL PROTECTED]> wrote: > Hi, > > if I want to highlight a mutivalued field I get the following exception: > > String index out of range: 21 java.lang.StringIndexOutOfBoundsException: > String index out o

Highlighter throws StringIndexOutOfBoundsException on multivalued fields

2008-09-17 Thread dojolava
Hi, if I want to highlight a mutivalued field I get the following exception: String index out of range: 21 java.lang.StringIndexOutOfBoundsException: String index out of range: 21 at java.lang.String.substring(Unknown Source) at org.apache.lucene.search.highlight.Highlighter.getBestTextFragments(