I’ve been having a tough time navigating the Elastic Search docs, but some
sleuthing in the test suite for pyes
has proved helpful.
If I have documents that I’d like filtered by let’s say product
, version
and platform
, I can construct a query like so:
There is perhaps a more succinct way of doing this, but this serves my
purposes.
Let’s say you need facets as well: