summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/blevesearch/bleve/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/blevesearch/bleve/config.go')
-rw-r--r--vendor/github.com/blevesearch/bleve/config.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/github.com/blevesearch/bleve/config.go b/vendor/github.com/blevesearch/bleve/config.go
index 74d407fdd1..482efb408f 100644
--- a/vendor/github.com/blevesearch/bleve/config.go
+++ b/vendor/github.com/blevesearch/bleve/config.go
@@ -25,6 +25,9 @@ import (
"github.com/blevesearch/bleve/index/upsidedown"
"github.com/blevesearch/bleve/registry"
"github.com/blevesearch/bleve/search/highlight/highlighter/html"
+
+ // force import of scorch so its accessible by default
+ _ "github.com/blevesearch/bleve/index/scorch"
)
var bleveExpVar = expvar.NewMap("bleve")