Re: ArrayIndexOutOfBoundsException in RecordingJSONParser.java

2015-04-24 Thread Scott Dawson
Ticket opened: https://issues.apache.org/jira/i#browse/SOLR-7462 Thanks, Scott On Fri, Apr 24, 2015 at 9:38 AM, Shawn Heisey wrote: > On 4/24/2015 7:16 AM, Scott Dawson wrote: > > Should I create a JIRA ticket? (Am I allowed to?) I can provide more > info > > about my particular usage includin

Re: ArrayIndexOutOfBoundsException in RecordingJSONParser.java

2015-04-24 Thread Shawn Heisey
On 4/24/2015 7:16 AM, Scott Dawson wrote: > Should I create a JIRA ticket? (Am I allowed to?) I can provide more info > about my particular usage including a stacktrace if that's helpful. I'm > using the new custom JSON indexing, which, by the way, is an excellent > feature and will be of great be

ArrayIndexOutOfBoundsException in RecordingJSONParser.java

2015-04-24 Thread Scott Dawson
Hello, I'm running Solr 5.1 and during indexing I get an ArrayIndexOutOfBoundsException at line 61 of org/apache/solr/util/RecordingJSONParser.java. Looking at the code (see below), it seems obvious that the if-statement at line 60 should use a greater-than sign instead of greater-than-or-equals.