Re: Highlighter throws StringIndexOutOfBoundsException on multivalued fields

2009-10-26 Thread Emmanuel Castro Santana
I am getting exactly the same problem here. In my schema.xml I set up a multivalued field 'barfield' of type 'text'. When I try to perform a search such as this: http://localhost/solr/coreFoo/select?q=Foo Bar&hl=on&hl.fl=barfield I get the StringIndexOutOfBoundsException problem. As I did not

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