elastic icon indicating copy to clipboard operation
elastic copied to clipboard

Deprecated: Use the official Elasticsearch client for Go at https://github.com/elastic/go-elasticsearch

Results 124 elastic issues
Sort by recently updated
recently updated
newest added

`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

feature

See https://www.elastic.co/guide/en/elasticsearch/reference/7.8/search-aggregations-bucket-geohashgrid-aggregation.html

feature

See https://www.elastic.co/guide/en/elasticsearch/reference/7.9/sql-rest.html

feature

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...

bug

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...

question

### 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...

question

### 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...

bug
help appreciated

I found that some operations are very expensive about mem alloc when string(bytes). Such as: ![image](https://user-images.githubusercontent.com/16250688/99495362-7e4d2c80-29ad-11eb-8e0c-c0713abca4cd.png) 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