0
0
Fork 0
This commit is contained in:
Steve Yen 2015-01-13 11:04:45 -08:00
parent 1fa80ffc40
commit db82eae3f4
2 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@ package unicode_normalize
import (
"fmt"
"golang.org/x/text/unicode/norm"
"github.com/blevesearch/bleve/analysis"
"github.com/blevesearch/bleve/registry"
"golang.org/x/text/unicode/norm"
)
const Name = "normalize_unicode"

View File

@ -100,8 +100,8 @@ import (
// kv stores
_ "github.com/blevesearch/bleve/index/store/boltdb"
_ "github.com/blevesearch/bleve/index/store/inmem"
_ "github.com/blevesearch/bleve/index/store/gtreap"
_ "github.com/blevesearch/bleve/index/store/inmem"
// byte array converters
_ "github.com/blevesearch/bleve/analysis/byte_array_converters/ignore"