mattbaird/elastigo

Missing feature: Facet filter

Opened this issue · 2 comments

Any chance of adding Facet filtering as described here: http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-facets.html

I tried but my knowledge of ElasticSearch isn't good enough to add it.

Thanks

Hi @goranek,

Look at the code here: https://github.com/mattbaird/elastigo/tree/master/search I believe that is what you are looking for.

cheers,
m

I'm afraid filters are currently only possible on Search and not facets. Check type Facet and you'll see it does not contain json facet_filter.
I'm currently trying to implement it, it should be an easy task