0
0
Fork 0

support metrics through bleve query

This commit is contained in:
Marty Schoch 2015-11-30 07:24:31 -05:00
parent 808f2c1e43
commit b2ac05c6d0
1 changed files with 1 additions and 0 deletions

View File

@ -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")