You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Jason Emeric <je...@ascap.com> on 2014/07/28 17:37:18 UTC

ArrayIndexOutOfBoundsException - Solr 4.8

When executing a search with the following query strings a

ERROR org.apache.solr.servlet.SolrDispatchFilter รข
null:java.lang.ArrayIndexOutOfBoundsException

error is thrown and no stack trace is provided in the Solr 4.8 logs. This
is happening on searches that seem to have no similar pattern to them
(special characters, length, spaces, etc.)

q=((work_title_search
%22+zoe%22%20)%20OR%20work_title_search:%22+zoe%22^100)%20AND%20(performer_name_search
+big~0.75%20+b%27z%20%20)^7%20OR%20performer_name_search:%22+big%20+b%27z%20%20%22^30))

q=((work_title_search
%22+rtb%22%20)%20OR%20work_title_search:%22+rtb%22^100)%20AND%20(performer_name_search
+fly~0.75%20+street~0.75%20+gang~0.75%20)^7%20OR%20performer_name_search:%22+fly%20+street%20+gang%20%22^30))

-- 
This e-mail and any files or data transmitted with it are confidential and 
intended solely for the use of the individual named above. If you have 
received this email in error and are not the intended recipient, please 
notify the sender by e-mail and immediately delete the message and all 
materials without reading them.  If you are not the intended recipient, 
copying, forwarding or otherwise disseminating or distributing this 
information is prohibited.