Hey, not a hundred percent sure, what you mean here. The post_filter setting? There are two possibilities: Either use the search_type=count or use a filtered query in the count API. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-count.html http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-request-search-type.html#count
Also, be aware that the execution models are a bit different (which may result in different performance), see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-request-post-filter.html#search-request-post-filter Hope this helps, if not please refine your questions --Alex On Thu, Jun 19, 2014 at 3:23 PM, Andrew Gaydenko <[email protected]> wrote: > Count request does not support [filter]. Why? How to count with the same > filter (except for "size", "fields", "from") and query I'm probably going > to search hits after counting? > > -- > 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/290e2be1-6f48-4266-a02e-4c8ff7620225%40googlegroups.com > <https://groups.google.com/d/msgid/elasticsearch/290e2be1-6f48-4266-a02e-4c8ff7620225%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAGCwEM9oHqQVvAbnh4pTRvtv%3DhzZJmq6YWnRjnkcRSXNqiVbcQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
