You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Aashish Agarwal <aa...@gmail.com> on 2018/01/17 03:48:18 UTC

Block join query with solr 4.6.0

Hi,

I am using block join query to get parent object using filter on child. But
when the number of results are large than the query fails with
ArrayIndexOutOfBoundException. e.g in range query price:[0 TO 20] fails but
price[0 TO 10], price:[10 TO 20] works fine. I am using solr 4.6.0.

Thanks,
Aashish