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.
: 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
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
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(