elastic
elastic copied to clipboard
Deprecated: Use the official Elasticsearch client for Go at https://github.com/elastic/go-elasticsearch
`url.Parse` cannot check the validity of the url. Here is a simple uinttest function. ``` func TestCheckURL(t *testing.T) { //The value is true if the url is valid urls :=...
See https://www.elastic.co/guide/en/elasticsearch/reference/7.8/search-aggregations-bucket-geotilegrid-aggregation.html
See https://www.elastic.co/guide/en/elasticsearch/reference/7.8/search-aggregations-bucket-geohashgrid-aggregation.html
See https://www.elastic.co/guide/en/elasticsearch/reference/7.9/sql-rest.html
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 (for...
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...
### Which version of Elastic are you using? [*] elastic.v6 (for Elasticsearch 6.x) ### Please describe the expected behavior We are using sliced-scroll to fetch data from elasticsearch following this...
### Which version of Elastic are you using? [x] elastic.v7 (for Elasticsearch 7.x) [ ] elastic.v6 (for Elasticsearch 6.x) [ ] elastic.v5 (for Elasticsearch 5.x) [ ] elastic.v3 (for Elasticsearch...
I found that some operations are very expensive about mem alloc when string(bytes). Such as:  So I try to reuse some mems by using unsafe.
I'm not sure what the preferred implementation is but just wanted to get some basic code in to execute a search template against an index. Attempt to close issue #977