elastigo icon indicating copy to clipboard operation
elastigo copied to clipboard

Missing feature: Facet filter

Open gpopovic opened this issue 11 years ago • 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

gpopovic avatar Jan 04 '14 18:01 gpopovic

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

mattbaird avatar Jan 04 '14 18:01 mattbaird

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

gpopovic avatar Jan 04 '14 18:01 gpopovic