One more observation in above scenario. 1) The records returned by the "mobile" is 287 so if I set the "size" (in query) as < 287 it is working fine but in case of >=287 it is throwing the exception.
2) The records returned by the "samsung" is 191 so if I set the "size" as < 191 it is working fine also in case of >=191 it is working fine. So just to conclude the keywords which are throwing exception works fine if I am giving the size <= total records. But I hope it(size) shouldn't be dependent on the number of records returned. -- View this message in context: http://elasticsearch-users.115913.n3.nabble.com/Error-ReduceSearchPhaseException-tp4050531p4050892.html Sent from the ElasticSearch Users mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/1393916876166-4050892.post%40n3.nabble.com. For more options, visit https://groups.google.com/groups/opt_out.
