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
Yes, looks like it is missing the Terms lookup mechanism. I need to look over what the Java code looks like for TermsQuery, and then add it to elastic.
Does
search_queries_terms.go
not implement Terms Lookup?Which version of Elastic are you using?
[ ] elastic.v2 (for Elasticsearch 1.x)
[ ] elastic.v3 (for Elasticsearch 2.x)
[x] elastic.v5 (for Elasticsearch 5.x)
Please describe the expected behavior
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-terms-query.html#query-dsl-terms-lookup
Please describe the actual behavior
TermsQuery struct does not have field
index
,type
,id
,path
.https://github.com/olivere/elastic/blob/v5.0.31/search_queries_terms.go
Any steps to reproduce the behavior?
The text was updated successfully, but these errors were encountered: