You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks interesting for BTE use (querying biothings apis), particularly since it looks like it would allow checking that a field exists AND that its value is X.
will this work for the POST /query endpoint? As mentioned above, I'm interested in being able to check that a field exists while also querying for certain values in that field and other fields.
Typically working together with aggregation/facets,
post_filter
allows to filterhits
list without changingtotal
and aggregation output:https://www.elastic.co/guide/en/elasticsearch/reference/8.1/filter-search-results.html#post-filter
For example:
The new
post_filter
can be used to pass aquery_string
query to filter the matching hits:The text was updated successfully, but these errors were encountered: