diff --git a/index/scorch/scorch_test.go b/index/scorch/scorch_test.go index 9ac65183b..550a584ae 100644 --- a/index/scorch/scorch_test.go +++ b/index/scorch/scorch_test.go @@ -15,7 +15,9 @@ package scorch import ( + "fmt" "log" + "math/rand" "os" "reflect" "regexp" @@ -23,7 +25,6 @@ import ( "sync" "testing" "time" - "math/rand" "github.com/blevesearch/bleve/analysis" "github.com/blevesearch/bleve/analysis/analyzer/keyword"