Perhaps you need to insert the execute().actionGet() method calls, as below?

CountRequestBuilder builder = client.prepareCount(indexName)
.setTypes("product")
.setQuery(getQuery(req));

*builder.execute().actionGet()*

return builder.get().getCount();


I don't use Count, but I have used Query and Update and Delete and they all 
work similarly in this regard. Just a guess.

Brian

-- 
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 elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/efaf68b8-90f1-47c7-87c1-d124ae7c4bce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to