elastic
elastic copied to clipboard
Deprecated: Use the official Elasticsearch client for Go at https://github.com/elastic/go-elasticsearch
Please use the following questions as a guideline to help me answer your issue/question without further inquiry. Thank you. ### Which version of Elastic are you using? [X ] elastic.v7...
Please use the following questions as a guideline to help me answer your issue/question without further inquiry. Thank you. Term query returns unpedictable hits even through document is available in...
Hi Olivere, Thank you for this awesome project! I submit a pr about adding include_type_name parameter to GetMapping api in order to making my open source project esdump can support...
### Which version of Elastic are you using? v7.0.27 ### Please describe the expected behavior The parameter `auto_generate_synonyms_phrase_query` is not implemented in Match and MultiMatch queries : https://github.com/olivere/elastic/blob/29ee98974cf1984dfecf53ef772d721fb97cb0b9/search_queries_match.go#L16 https://github.com/olivere/elastic/blob/29ee98974cf1984dfecf53ef772d721fb97cb0b9/search_queries_multi_match.go#L16 It...
See issue https://github.com/olivere/elastic/issues/1619
Please use the following questions as a guideline to help me answer your issue/question without further inquiry. Thank you. ### Which version of Elastic are you using? [ ] elastic.v7...
This PR adds wait_for_no_initializing_shards to cluster health API which has been available on all 7.x releases. See https://www.elastic.co/guide/en/elasticsearch/reference/7.17/cluster-health.html > wait_for_no_initializing_shards > (Optional, Boolean) A boolean value which controls whether to...
Please use the following questions as a guideline to help me answer your issue/question without further inquiry. Thank you. ### Which version of Elastic are you using? [ ] elastic.v7...
hello, I am a newbie, when I read example, it failed to create a index, it's the problem of elastic search version, from v7 the mapping type field -doc is...