We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576bc31 commit c6924b7Copy full SHA for c6924b7
estransport/metaheader_test.go
@@ -5,7 +5,7 @@ import (
5
"runtime"
6
"testing"
7
8
- "github.com/elastic/go-elasticsearch/v8/internal/version"
+ "github.com/elastic/go-elasticsearch/v7/internal/version"
9
)
10
11
var (
esutil/bulk_indexer.go
@@ -9,7 +9,6 @@ import (
"context"
"encoding/json"
"fmt"
12
- "github.com/elastic/go-elasticsearch/v8/estransport"
13
"io"
14
"io/ioutil"
15
"net/http"
@@ -21,6 +20,7 @@ import (
21
20
22
"github.com/elastic/go-elasticsearch/v7"
23
"github.com/elastic/go-elasticsearch/v7/esapi"
+ "github.com/elastic/go-elasticsearch/v7/estransport"
24
25
26
// BulkIndexer represents a parallel, asynchronous, efficient indexer for Elasticsearch.
0 commit comments