From b2ac05c6d0da99dcc0c2cc4cf8f582c99833145e Mon Sep 17 00:00:00 2001 From: Marty Schoch Date: Mon, 30 Nov 2015 07:24:31 -0500 Subject: [PATCH] support metrics through bleve query --- utils/bleve_query/main.go | 1 + 1 file changed, 1 insertion(+) 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")