diff --git a/utils/bleve_query/main.go b/utils/bleve_query/main.go index abf41984..068e131d 100644 --- a/utils/bleve_query/main.go +++ b/utils/bleve_query/main.go @@ -19,6 +19,7 @@ import ( "github.com/blevesearch/bleve" _ "github.com/blevesearch/bleve/config" + _ "github.com/blevesearch/bleve/index/store/metrics" ) var indexPath = flag.String("index", "", "index path")