0
0

update utils for new bleve config

This commit is contained in:
Marty Schoch 2015-09-16 17:18:46 -04:00
parent f81b2be334
commit 5897997906
6 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,7 @@ import (
"os"
"github.com/blevesearch/bleve"
_ "github.com/blevesearch/bleve/config"
)
var indexPath = flag.String("index", "", "index path")

View File

@ -16,6 +16,7 @@ import (
"log"
"github.com/blevesearch/bleve"
_ "github.com/blevesearch/bleve/config"
)
var indexPath = flag.String("index", "", "index path")

View File

@ -16,6 +16,7 @@ import (
"log"
"github.com/blevesearch/bleve"
_ "github.com/blevesearch/bleve/config"
"github.com/blevesearch/bleve/index/upside_down"
)

View File

@ -17,6 +17,7 @@ import (
"path/filepath"
"github.com/blevesearch/bleve"
_ "github.com/blevesearch/bleve/config"
)
var indexPath = flag.String("index", "", "index path")

View File

@ -18,6 +18,7 @@ import (
"strings"
"github.com/blevesearch/bleve"
_ "github.com/blevesearch/bleve/config"
)
var indexPath = flag.String("index", "", "index path")

View File

@ -14,6 +14,7 @@ import (
"sort"
_ "github.com/blevesearch/bleve"
_ "github.com/blevesearch/bleve/config"
"github.com/blevesearch/bleve/registry"
)