#result is {"error":"ElasticSearchIllegalArgumentException[failed to
execute script]; nested: StringIndexOutOfBoundsException[String index out
of range: -1]; ","status":400}
I chased it down, and it seems like its a problem with the list that has
remove by an index (integer) and an object (equality). Forcing it to use
the remove with object works:
#result is {"error":"ElasticSearchIllegalArgumentException[failed to
execute script]; nested: StringIndexOutOfBoundsException[String index out
of range: -1]; ","status":400}
On Thu, Apr 19, 2012 at 3:18 PM, Shay Banon kimchy@gmail.com wrote:
Heya,
I chased it down, and it seems like its a problem with the list that has
remove by an index (integer) and an object (equality). Forcing it to use
the remove with object works:
#result is {"error":"ElasticSearchIllegalArgumentException[failed to
execute script]; nested: StringIndexOutOfBoundsException[String index out
of range: -1]; ","status":400}
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.