Skip to content

Commit

Permalink
update utils for new bleve config
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoch committed Sep 16, 2015
1 parent f81b2be commit 5897997
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions utils/bleve_bulkindex/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import (
"os"

"github.com/blevesearch/bleve"
_ "github.com/blevesearch/bleve/config"
)

var indexPath = flag.String("index", "", "index path")
Expand Down
1 change: 1 addition & 0 deletions utils/bleve_create/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (
"log"

"github.com/blevesearch/bleve"
_ "github.com/blevesearch/bleve/config"
)

var indexPath = flag.String("index", "", "index path")
Expand Down
1 change: 1 addition & 0 deletions utils/bleve_dump/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (
"log"

"github.com/blevesearch/bleve"
_ "github.com/blevesearch/bleve/config"
"github.com/blevesearch/bleve/index/upside_down"
)

Expand Down
1 change: 1 addition & 0 deletions utils/bleve_index/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import (
"path/filepath"

"github.com/blevesearch/bleve"
_ "github.com/blevesearch/bleve/config"
)

var indexPath = flag.String("index", "", "index path")
Expand Down
1 change: 1 addition & 0 deletions utils/bleve_query/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import (
"strings"

"github.com/blevesearch/bleve"
_ "github.com/blevesearch/bleve/config"
)

var indexPath = flag.String("index", "", "index path")
Expand Down
1 change: 1 addition & 0 deletions utils/bleve_registry/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (
"sort"

_ "github.com/blevesearch/bleve"
_ "github.com/blevesearch/bleve/config"
"github.com/blevesearch/bleve/registry"
)

Expand Down

0 comments on commit 5897997

Please sign in to comment.