Is it possible to easily get the children count when performing a has_child
query? I am using elasticsearch 1.2.1
In elasticsearch 1.3 I noticed min/max children. Does this mean that
elasticsearch 1.3 would expose the child count?
min/max_children is part of the query to define how many children a
matching parent document may have, but it is not exposed. A possible
solution would be to execute a count query with a has_parent on the matched
parent.
Is it possible to easily get the children count when performing a
has_child query? I am using elasticsearch 1.2.1
In elasticsearch 1.3 I noticed min/max children. Does this mean that
elasticsearch 1.3 would expose the child count?
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.