Re: Occasionally hit ArrayIndexOutOfBoundException when searching

2014-11-08 Thread Mohmed Hussain
Hi All, More analysis revealed it fails when we have indexed documents with many Japanese characters and have indexed it using tika parser. The search is successful when we turn OFF facets on the only one date param used. Following is the SolrParam Query q=(+(+((+resource_type:CURRICULUM^0.001

Re: Occasionally hit ArrayIndexOutOfBoundException when searching

2014-11-08 Thread anil raju
Can anyone here provide help on this? Any further logs or environment details I can provide to help the analysis? On Nov 8, 2014 12:31 AM, "Mohmed Hussain" wrote: > Hey All, > We are using Solr for an enterprise product. Recently we did an upgrade > from 4.7.0 to 4.9.1 and are seeing this exc

Occasionally hit ArrayIndexOutOfBoundException when searching

2014-11-08 Thread Mohmed Hussain
Hey All, We are using Solr for an enterprise product. Recently we did an upgrade from 4.7.0 to 4.9.1 and are seeing this exception. Its an EmbeddedSolrServer (know its a bad choice and are moving to Solr Cloud very soon :)). And I used maven to upgrade following is the snippet from pom.xml